]> granicus.if.org Git - python/commitdiff
typo
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 2 Oct 2000 13:43:33 +0000 (13:43 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 2 Oct 2000 13:43:33 +0000 (13:43 +0000)
Misc/NEWS

index 4a8b135245b2f2552dd90d869021f2ab6bd2aa42..140cc6f4a17c3312d35ed32509195e678504c277 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -125,7 +125,7 @@ Standard library and extensions
   by makefile().
 
 - sre: Added experimental expand() method to match objects.  Does not
-  user buffer interface on Unicode strings.  Does not hang if group id
+  use buffer interface on Unicode strings.  Does not hang if group id
   is followed by whitespace.
 
 - StringIO: Size hint in readlines() is now supported as documented.