[Python-checkins] cpython (3.6): news: Fix a typo

yury.selivanov python-checkins at python.org
Tue Nov 8 16:57:44 EST 2016


https://hg.python.org/cpython/rev/4e38360f4fef
changeset:   104989:4e38360f4fef
branch:      3.6
parent:      104987:7a996e826f83
user:        Yury Selivanov <yury at magic.io>
date:        Tue Nov 08 16:57:22 2016 -0500
summary:
  news: Fix a typo

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,7 +18,7 @@
   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
 -------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list