summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-09-11 12:08:49 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-09-11 12:08:49 (GMT)
commit26b9f4b2f324cd5767d8fe9a2ab85566f34be809 (patch)
tree17ccb1ad55b6a37b1d94899099139d8043390694
parent5f520f4fed072561c5782e505284c63093b5b20d (diff)
downloadcpython-26b9f4b2f324cd5767d8fe9a2ab85566f34be809.zip
cpython-26b9f4b2f324cd5767d8fe9a2ab85566f34be809.tar.gz
cpython-26b9f4b2f324cd5767d8fe9a2ab85566f34be809.tar.bz2
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 8516087..53d20f4 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.