Typo repair.

This commit is contained in:
Tim Peters 2000-10-16 20:51:33 +00:00
parent d867a2cc21
commit adfb94fd79
1 changed files with 1 additions and 1 deletions

View File

@ -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.