diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-09-18 20:29:48 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-09-18 20:29:48 (GMT) |
commit | 97c56357b19c516f1c2f8b824eefd15d5b5ef245 (patch) | |
tree | 32bc3825bbaf73dd17b5c8a3bfabcfc138f6dc17 /Lib/codecs.py | |
parent | cf95f9cacbbd8706537e75613690bb6d5997eef3 (diff) | |
download | cpython-97c56357b19c516f1c2f8b824eefd15d5b5ef245.zip cpython-97c56357b19c516f1c2f8b824eefd15d5b5ef245.tar.gz cpython-97c56357b19c516f1c2f8b824eefd15d5b5ef245.tar.bz2 |
Fix typo in comment
Diffstat (limited to 'Lib/codecs.py')
-rw-r--r-- | Lib/codecs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/codecs.py b/Lib/codecs.py index 711d67a..827719b 100644 --- a/Lib/codecs.py +++ b/Lib/codecs.py @@ -104,7 +104,7 @@ class Codec: # # The StreamWriter and StreamReader class provide generic working -# interfaces which can be used to implement new encodings submodules +# interfaces which can be used to implement new encoding submodules # very easily. See encodings/utf_8.py for an example on how this is # done. # |