From: Raymond Hettinger Date: Wed, 24 Sep 2003 03:57:36 +0000 (+0000) Subject: Fix typo in the comments. X-Git-Tag: v2.4a1~1523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9edae346dd664f63aa4d707b9090c9638fbc9198;p=python Fix typo in the comments. --- diff --git a/Lib/encodings/bz2_codec.py b/Lib/encodings/bz2_codec.py index 3d1f75e6d4..870474ca17 100644 --- a/Lib/encodings/bz2_codec.py +++ b/Lib/encodings/bz2_codec.py @@ -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). """