diff --git a/Misc/NEWS b/Misc/NEWS index 85160873f43..53d20f4a74e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,7 +10,7 @@ What's New in Python 3.3.1 Core and Builtins ----------------- -- Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap(). +- Issue #15900: Fix reference leak in PyUnicode_TranslateCharmap(). - Issue #15839: Convert SystemErrors in super() to RuntimeErrors.