From: Walter Dörwald Date: Mon, 3 Feb 2003 20:53:14 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3c1~2067 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28d81966c9e61a7004aa4635dbb64395eb0d519c;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index ece29b60fc64..a90faa6509f2 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.)