summaryrefslogtreecommitdiff
path: root/Lib/codecs.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-09-18 20:29:48 +0000
committerAndrew M. Kuchling <amk@amk.ca>2001-09-18 20:29:48 +0000
commitbb0d6ba9d45b9922bb416f95d5d330b53b760ddf (patch)
tree2cbc9301de1ac663a150d6c580e1cb01ac20f9a6 /Lib/codecs.py
parent25d14defad7426b3b121a8b3478ad8c41ac55ee2 (diff)
downloadcpython-bb0d6ba9d45b9922bb416f95d5d330b53b760ddf.tar.gz
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 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.
#