diff options
author | Christian Heimes <christian@cheimes.de> | 2012-09-11 12:08:49 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-09-11 12:08:49 (GMT) |
commit | 26b9f4b2f324cd5767d8fe9a2ab85566f34be809 (patch) | |
tree | 17ccb1ad55b6a37b1d94899099139d8043390694 /Misc | |
parent | 5f520f4fed072561c5782e505284c63093b5b20d (diff) | |
download | cpython-26b9f4b2f324cd5767d8fe9a2ab85566f34be809.zip cpython-26b9f4b2f324cd5767d8fe9a2ab85566f34be809.tar.gz cpython-26b9f4b2f324cd5767d8fe9a2ab85566f34be809.tar.bz2 |
Spelling past tense -> present tense
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |