From 97c56357b19c516f1c2f8b824eefd15d5b5ef245 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 18 Sep 2001 20:29:48 +0000 Subject: [PATCH] Fix typo in comment --- Lib/codecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. # -- 2.50.0