Fix typo.

This commit is contained in:
Walter Dörwald 2003-02-03 20:53:14 +00:00
parent 7d9ea5013f
commit 28d81966c9

View file

@ -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.)