]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a few typos: an extra space; typo in filename; capitalization error
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 8 Oct 2002 17:00:41 +0000 (17:00 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 8 Oct 2002 17:00:41 +0000 (17:00 +0000)
    in method name

Misc/NEWS

index 28227c23b97c770f0f128dbfe16c2eeb988d1bf7..b5bef97b4d0704f182466f7a4f1fdbfb765c6d1d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,7 +58,7 @@ Core and builtins
   leave an exception lingering behind while returning a non-error
   value.
 
-- The Unicode replace() method  would do the wrong thing for a unicode
+- The Unicode replace() method would do the wrong thing for a unicode
   subclass when there were zero string replacements.  [SF bug 599128]
 
 - Fixed some endcase bugs in Unicode rfind()/rindex() and endswith().
@@ -127,7 +127,7 @@ Extension modules
   accessible.  Added recursion limit to pickling [SF bug 576084].  Try
   the persistent id code *before* calling save_global().
 
-- In mmapmpdule.c: if the size passed to mmap() is larger than the
+- In mmapmodule.c: if the size passed to mmap() is larger than the
   length of the file on non-Windows platforms, a ValueError is
   raised. [SF bug 585792]
 
@@ -155,7 +155,7 @@ Library
   problem reported in SF patch 550290.  Change the way 'less' is
   invoked as a browser (on Unix) to make it more robust.
 
-- In pickle.py: Whichmodule() now skips dummy (None) package entries
+- In pickle.py: whichmodule() now skips dummy (None) package entries
   in sys.modules.  Try the persistent id code *before* calling
   save_global().