From: Neal Norwitz Date: Tue, 1 Jan 2002 21:14:12 +0000 (+0000) Subject: Improve grammar X-Git-Tag: v2.3c1~6910 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e790eae7cff86c91c95917af9f82a69df13f544a;p=thirdparty%2FPython%2Fcpython.git Improve grammar --- diff --git a/Misc/NEWS b/Misc/NEWS index abdf40089f07..1912dc2c9737 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,7 +12,7 @@ Core and builtins Extension modules -- dl is now build on every system that has dlfcn.h. Failure in case +- dl now builds on every system that has dlfcn.h. Failure in case of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open is called.