summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-10-02 13:43:33 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-10-02 13:43:33 (GMT)
commit625915eb4fb4b1297b792cb698da41a4327f5e90 (patch)
tree454b3008028bd208796915139b0b665bb9fff39a /Misc
parente3c3b27d33eb0b092378c0a6a4f13cb0515ac3b4 (diff)
downloadcpython-625915eb4fb4b1297b792cb698da41a4327f5e90.zip
cpython-625915eb4fb4b1297b792cb698da41a4327f5e90.tar.gz
cpython-625915eb4fb4b1297b792cb698da41a4327f5e90.tar.bz2
typo
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a8b135..140cc6f 100644
--- 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.