summaryrefslogtreecommitdiffstats
path: root/Lib/codecs.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-09-18 20:29:48 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-09-18 20:29:48 (GMT)
commit97c56357b19c516f1c2f8b824eefd15d5b5ef245 (patch)
tree32bc3825bbaf73dd17b5c8a3bfabcfc138f6dc17 /Lib/codecs.py
parentcf95f9cacbbd8706537e75613690bb6d5997eef3 (diff)
downloadcpython-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.py2
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.
#