Skip to content

Commit 9edae34

Browse files
committed
Fix typo in the comments.
1 parent 3778f40 commit 9edae34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/encodings/bz2_codec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Unlike most of the other codecs which target Unicode, this codec
44
will return Python string objects for both encode and decode.
55
6-
Adapted by Raymond Hettinger from bz2_codec which was written
6+
Adapted by Raymond Hettinger from zlib_codec.py which was written
77
by Marc-Andre Lemburg (mal@lemburg.com).
88
99
"""

0 commit comments

Comments
 (0)