From fa86bf5b8163ea70821bbb2970767dce0116c15e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Walter=20D=C3=B6rwald?= Date: Mon, 31 Mar 2003 16:15:13 +0000 Subject: [PATCH] Fix typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1