summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-12-05 13:27:20 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2007-12-05 13:27:20 (GMT)
commit395fe44210ab03a4fa430df4cd56a0c37d3f2437 (patch)
tree71d5a97971b7fa7e07760d9c6c5236c20f140a38 /Misc
parent7cc1c6f0af8034229315551848ea9c3b95900b17 (diff)
downloadcpython-395fe44210ab03a4fa430df4cd56a0c37d3f2437.zip
cpython-395fe44210ab03a4fa430df4cd56a0c37d3f2437.tar.gz
cpython-395fe44210ab03a4fa430df4cd56a0c37d3f2437.tar.bz2
Spelling fix
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ee0ced2..81607bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
-- Issue #1553: An errornous __length_hint__ can make list() raise a
+- Issue #1553: An erroneous __length_hint__ can make list() raise a
SystemError.
- PEP 366: Allow explicit relative imports when executing modules