mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix typo in the comments.
This commit is contained in:
parent
3778f40389
commit
9edae346dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue