From: Andrew M. Kuchling Date: Wed, 5 Dec 2007 13:27:20 +0000 (+0000) Subject: Spelling fix X-Git-Tag: v2.6a1~930 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=395fe44210ab03a4fa430df4cd56a0c37d3f2437;p=python Spelling fix --- diff --git a/Misc/NEWS b/Misc/NEWS index ee0ced2abb..81607bbffe 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