summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-15 15:54:56 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-08-15 15:54:56 (GMT)
commitb053209af725057136a038cdde61f182a3033293 (patch)
tree6878d5b41429225e4395dea089983305ceb56352 /Misc
parent42caf3f6a3cb9f50fceaaab464558435dab5529e (diff)
downloadcpython-b053209af725057136a038cdde61f182a3033293.zip
cpython-b053209af725057136a038cdde61f182a3033293.tar.gz
cpython-b053209af725057136a038cdde61f182a3033293.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 e2bc502..7648e3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,7 +4,7 @@ What's New in Python 2.2a2?
Tools
- The new Tools/scripts/cleanfuture.py can be used to automatically
- edit out obsolute future statements from Python source code. See
+ edit out obsolete future statements from Python source code. See
the module docstring for details.
Tests