]> granicus.if.org Git - python/commitdiff
Typo repair.
authorTim Peters <tim.peters@gmail.com>
Mon, 16 Oct 2000 20:51:33 +0000 (20:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 16 Oct 2000 20:51:33 +0000 (20:51 +0000)
Misc/NEWS

index 2b84d9bd27b34f827d33d6b0b9933069978a29d6..0d78e7f9ceafffd3295242cc8ea665668cf213eb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,7 +77,7 @@ Build issues
   -Wstrict-prototypes.  Users compiling Python with GCC should see
   exactly one warning, except if they have passed configure the
   --with-pydebug flag.  The expected warning is for getopt() in
-  Modules/main.c.  This will warning will be fixed for Python 2.1.
+  Modules/main.c.  This warning will be fixed for Python 2.1.
 
 - Fixed configure to add -threads argument during linking on OSF1.