]> granicus.if.org Git - python/commitdiff
Fix typo in the comments.
authorRaymond Hettinger <python@rcn.com>
Wed, 24 Sep 2003 03:57:36 +0000 (03:57 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 24 Sep 2003 03:57:36 +0000 (03:57 +0000)
Lib/encodings/bz2_codec.py

index 3d1f75e6d456071b3da6b93e5c33ff9c73b7af24..870474ca1775c289be7c0ac2006c47a6a6f66572 100644 (file)
@@ -3,7 +3,7 @@
     Unlike most of the other codecs which target Unicode, this codec
     will return Python string objects for both encode and decode.
 
-    Adapted by Raymond Hettinger from bz2_codec which was written
+    Adapted by Raymond Hettinger from zlib_codec.py which was written
     by Marc-Andre Lemburg (mal@lemburg.com).
 
 """