]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
news: Fix a typo
authorYury Selivanov <yury@magic.io>
Tue, 8 Nov 2016 21:57:22 +0000 (16:57 -0500)
committerYury Selivanov <yury@magic.io>
Tue, 8 Nov 2016 21:57:22 +0000 (16:57 -0500)
Misc/NEWS

index 361e6082ca81ad07165c3eca96300e5b204c2fea..fee8579a94fcfcf45e19bcfc17b3c78ee46d0082 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,7 +18,7 @@ Core and Builtins
   should result in PendingDeprecationWarning in 3.5 and in
   DeprecationWarning in 3.6.
 
-- Issue #26182: Fix ia refleak in code that raises DeprecationWarning.
+- Issue #26182: Fix a refleak in code that raises DeprecationWarning.
 
 Library
 -------