Spelling fix

This commit is contained in:
Andrew M. Kuchling 2007-12-05 13:27:20 +00:00
parent 7cc1c6f0af
commit 395fe44210
1 changed files with 1 additions and 1 deletions

View File

@ -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