diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-01-01 21:14:12 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-01-01 21:14:12 (GMT) |
commit | e790eae7cff86c91c95917af9f82a69df13f544a (patch) | |
tree | caa4ea19fc1fcb6733d206b793fabda062644abc | |
parent | 93227275dcf18196c1b81a3c884dbd2e78c8f440 (diff) | |
download | cpython-e790eae7cff86c91c95917af9f82a69df13f544a.zip cpython-e790eae7cff86c91c95917af9f82a69df13f544a.tar.gz cpython-e790eae7cff86c91c95917af9f82a69df13f544a.tar.bz2 |
Improve grammar
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |