diff --git a/Misc/NEWS b/Misc/NEWS index e2bc502baef..7648e3fbdc4 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