summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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