diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-08-15 15:54:56 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-08-15 15:54:56 (GMT) |
commit | b053209af725057136a038cdde61f182a3033293 (patch) | |
tree | 6878d5b41429225e4395dea089983305ceb56352 /Misc | |
parent | 42caf3f6a3cb9f50fceaaab464558435dab5529e (diff) | |
download | cpython-b053209af725057136a038cdde61f182a3033293.zip cpython-b053209af725057136a038cdde61f182a3033293.tar.gz cpython-b053209af725057136a038cdde61f182a3033293.tar.bz2 |
Fix typo
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |