From: Andrew M. Kuchling Date: Tue, 18 Sep 2001 20:29:48 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: v2.2.1c1~1747 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97c56357b19c516f1c2f8b824eefd15d5b5ef245;p=python Fix typo in comment --- 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. #