]> granicus.if.org Git - python/commitdiff
Spelling fix
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 5 Dec 2007 13:27:20 +0000 (13:27 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 5 Dec 2007 13:27:20 +0000 (13:27 +0000)
Misc/NEWS

index ee0ced2abbe13ed9f168d53311550be9867094b4..81607bbffee5a91020612dc4029a19ec9c34840f 100644 (file)
--- 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