summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-09-11 14:08:49 +0200
committerChristian Heimes <christian@cheimes.de>2012-09-11 14:08:49 +0200
commit26b9f4b2f324cd5767d8fe9a2ab85566f34be809 (patch)
tree17ccb1ad55b6a37b1d94899099139d8043390694
parent5f520f4fed072561c5782e505284c63093b5b20d (diff)
downloadcpython-git-26b9f4b2f324cd5767d8fe9a2ab85566f34be809.tar.gz
Spelling past tense -> present tense
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.