]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 3 Feb 2003 20:53:14 +0000 (20:53 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 3 Feb 2003 20:53:14 +0000 (20:53 +0000)
Misc/NEWS

index ece29b60fc64a42d619a28f4a5ff3d69d22bc8bb..a90faa6509f2dcdd97ff8e86f026fd920adb5715 100644 (file)
--- 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.)