summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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