]> granicus.if.org Git - python/commitdiff
Fix typo in comment
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 18 Sep 2001 20:29:48 +0000 (20:29 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 18 Sep 2001 20:29:48 +0000 (20:29 +0000)
Lib/codecs.py

index 711d67a2610ac21e936aeabc234cced380c870ae..827719bb32a0c608ead42694656e059833d4c547 100644 (file)
@@ -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.
 #