summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-22 18:40:02 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-22 18:40:02 (GMT)
commit95d632d47203ba0d11278d689dfa4787b6b79ee0 (patch)
treee9dc2b4160ea69ca3f9ab75513719e63a9ef4d42 /Misc
parentc0c8bb36adf36651cd58fb66a8e3ce02494c57e0 (diff)
downloadcpython-95d632d47203ba0d11278d689dfa4787b6b79ee0.zip
cpython-95d632d47203ba0d11278d689dfa4787b6b79ee0.tar.gz
cpython-95d632d47203ba0d11278d689dfa4787b6b79ee0.tar.bz2
[ 1243081 ] repair typos
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 002b49e..8fd3015 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -759,7 +759,7 @@ Library
- The decimal package's Context.copy() method now returns deep copies.
- Deprecated sys.exitfunc in favor of the atexit module. The sys.exitfunc
- attribute will be kept around for backwards compatability and atexit
+ attribute will be kept around for backwards compatibility and atexit
will just become the one preferred way to do it.
- patch #675551: Add get_history_item and replace_history_item functions