summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-22 18:39:19 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-22 18:39:19 (GMT)
commit08c02dbb85a8eebe3395658260dec36dd4169381 (patch)
tree76615595accfba30196bf91d3c07009871c1dd23 /Misc
parentc9878e1b220b748788c3faa656257d5da4cd46c7 (diff)
downloadcpython-08c02dbb85a8eebe3395658260dec36dd4169381.zip
cpython-08c02dbb85a8eebe3395658260dec36dd4169381.tar.gz
cpython-08c02dbb85a8eebe3395658260dec36dd4169381.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 fc7500b..f726589 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -906,7 +906,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