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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e790eae7cff86c91c95917af9f82a69df13f544a;p=python Improve grammar --- diff --git a/Misc/NEWS b/Misc/NEWS index abdf40089f..1912dc2c97 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.