summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.