From 9edae346dd664f63aa4d707b9090c9638fbc9198 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 24 Sep 2003 03:57:36 +0000 Subject: [PATCH] Fix typo in the comments. --- Lib/encodings/bz2_codec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). """ -- 2.50.1