From: Yury Selivanov Date: Tue, 8 Nov 2016 21:57:22 +0000 (-0500) Subject: news: Fix a typo X-Git-Tag: v3.6.0b4~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3d7dbb82122b7bd14da9493d82f6675510f206a;p=thirdparty%2FPython%2Fcpython.git news: Fix a typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 361e6082ca81..fee8579a94fc 100644 --- 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 -------