]> granicus.if.org Git - python/commitdiff
Spelling past tense -> present tense
authorChristian Heimes <christian@cheimes.de>
Tue, 11 Sep 2012 12:08:49 +0000 (14:08 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 11 Sep 2012 12:08:49 +0000 (14:08 +0200)
Misc/NEWS

index 85160873f43e22930caa0890016989122608c0ad..53d20f4a74e93cc71dee3d5d3e46846a689d9591 100644 (file)
--- 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.