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