summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-03-31 16:15:13 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-03-31 16:15:13 (GMT)
commitfa86bf5b8163ea70821bbb2970767dce0116c15e (patch)
treef7461b451177dce771c91095129d451b4924bd61 /Misc
parent0b27ff92d2127ed39f52d9987e4e96313937cbc8 (diff)
downloadcpython-fa86bf5b8163ea70821bbb2970767dce0116c15e.zip
cpython-fa86bf5b8163ea70821bbb2970767dce0116c15e.tar.gz
cpython-fa86bf5b8163ea70821bbb2970767dce0116c15e.tar.bz2
Fix typo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 52c638f..41cb887 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.