Fix typo in the comments.

This commit is contained in:
Raymond Hettinger 2003-09-24 03:57:36 +00:00
parent 3778f40389
commit 9edae346dd
1 changed files with 1 additions and 1 deletions

View 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).
"""