]> granicus.if.org Git - python/commitdiff
Improve grammar
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Jan 2002 21:14:12 +0000 (21:14 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Jan 2002 21:14:12 +0000 (21:14 +0000)
Misc/NEWS

index abdf40089f072c9f7c9e2dd6358c11e2881287fa..1912dc2c9737dfd7f260df97556c8c8d2de7cb29 100644 (file)
--- 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.