]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 31 Mar 2003 16:15:13 +0000 (16:15 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 31 Mar 2003 16:15:13 +0000 (16:15 +0000)
Misc/NEWS

index 52c638f76e72247dec28a6563e7867b841d8c373..41cb88711fd63b6e7d897bf2dc92f18c0e06ab33 100644 (file)
--- 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.