]> granicus.if.org Git - python/commitdiff
Fix typo
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 15 Aug 2001 15:54:56 +0000 (15:54 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 15 Aug 2001 15:54:56 +0000 (15:54 +0000)
Misc/NEWS

index e2bc502baef4f69248d2556c6f6e5c879197dddf..7648e3fbdc4493ef086b16ae145fd8e3fe07d766 100644 (file)
--- 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