diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-09-18 20:29:48 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-09-18 20:29:48 +0000 |
commit | bb0d6ba9d45b9922bb416f95d5d330b53b760ddf (patch) | |
tree | 2cbc9301de1ac663a150d6c580e1cb01ac20f9a6 /Lib/codecs.py | |
parent | 25d14defad7426b3b121a8b3478ad8c41ac55ee2 (diff) | |
download | cpython-bb0d6ba9d45b9922bb416f95d5d330b53b760ddf.tar.gz |
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 711d67a261..827719bb32 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. # |