]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Oct 2019 09:25:56 +0000 (02:25 -0700)
committerNed Deily <nad@python.org>
Mon, 14 Oct 2019 20:57:27 +0000 (16:57 -0400)
commit89f35fa9e7c21ea725ef2ac2cc826d0a66a0d2e1
tree3c322edbd044a7d82f728f9e4779460c7765c0a7
parentab22c8bc488e822d03c4778b30ec60131ea35c63
Fix typo in _warnings.warn_explicit() docstring (GH-16625)

(cherry picked from commit 5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
Python/_warnings.c