Fix typo in comment

This commit is contained in:
Andrew M. Kuchling 2001-09-18 20:29:48 +00:00
parent cf95f9cacb
commit 97c56357b1

View file

@ -104,7 +104,7 @@ class Codec:
# #
# The StreamWriter and StreamReader class provide generic working # 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 # very easily. See encodings/utf_8.py for an example on how this is
# done. # done.
# #