From adfb94fd794f953bd4c20dc3bcdddba35f27de52 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 16 Oct 2000 20:51:33 +0000 Subject: [PATCH] Typo repair. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 2b84d9bd27b..0d78e7f9cea 100644 --- 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.