commit | 395fe44210ab03a4fa430df4cd56a0c37d3f2437 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Wed Dec 05 13:27:20 2007 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Wed Dec 05 13:27:20 2007 +0000 |
tree | 71d5a97971b7fa7e07760d9c6c5236c20f140a38 | |
parent | 7cc1c6f0af8034229315551848ea9c3b95900b17 [diff] [blame] |
Spelling fix
diff --git a/Misc/NEWS b/Misc/NEWS index ee0ced2..81607bb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,7 +12,7 @@ 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