]> 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)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 09:25:56 +0000 (02:25 -0700)
commit13bc1523a7423e643d070b147596373578e2ed7e
tree2b3103801ac395070439e03fe290c36d2050666e
parentbfb5f9a66cc348c9cf25c857ad9910479e587517
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