From: Christian Heimes Date: Tue, 11 Sep 2012 12:08:49 +0000 (+0200) Subject: Spelling past tense -> present tense X-Git-Tag: v3.3.1rc1~818^2^2~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26b9f4b2f324cd5767d8fe9a2ab85566f34be809;p=python Spelling past tense -> present tense --- diff --git a/Misc/NEWS b/Misc/NEWS index 85160873f4..53d20f4a74 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.