summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-02-03 20:53:14 +0000
committerWalter Dörwald <walter@livinglogic.de>2003-02-03 20:53:14 +0000
commit28d81966c9e61a7004aa4635dbb64395eb0d519c (patch)
treed906771751a35900fe3ceb46c14ecd2bc5f4ddd5
parent7d9ea5013f2f6122aa83a68429bf2dd5e5a00017 (diff)
downloadcpython-git-28d81966c9e61a7004aa4635dbb64395eb0d519c.tar.gz
Fix typo.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ece29b60fc..a90faa6509 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,7 +34,7 @@ Extension modules
-----------------
- Thanks to Scott David Daniels, a subtle bug in how the zlib
- extension implemented flush() was fixed. Scott also rewrite the
+ extension implemented flush() was fixed. Scott also rewrote the
zlib test suite using the unittest module. (SF bug #640230 and
patch #678531.)