From: Walter Dörwald Date: Mon, 31 Mar 2003 16:15:13 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3c1~1306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa86bf5b8163ea70821bbb2970767dce0116c15e;p=python Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 52c638f76e..41cb88711f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -30,7 +30,7 @@ Core and builtins if the key value was larger than 2**32. See SF bug #689659. - Fixed SF bug #663074. The codec system was using global static - variables to store internal data. As a result, any atempts to use the + variables to store internal data. As a result, any attempts to use the unicode system with multiple active interpreters, or successive interpreter executions, would fail.