summaryrefslogtreecommitdiff
path: root/Lib/encodings
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-09-24 03:57:36 +0000
committerRaymond Hettinger <python@rcn.com>2003-09-24 03:57:36 +0000
commitfb301d91bfacae7135ceaa863b9cceeb25b01ab0 (patch)
tree2a32bd25c596a467cb14842c6d4f118e518bc9ad /Lib/encodings
parentfe2e4c53521bbb8ad85885d4965b6f37048b6f04 (diff)
downloadcpython-fb301d91bfacae7135ceaa863b9cceeb25b01ab0.tar.gz
Fix typo in the comments.
Diffstat (limited to 'Lib/encodings')
-rw-r--r--Lib/encodings/bz2_codec.py2
1 files changed, 1 insertions, 1 deletions
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).
"""