summaryrefslogtreecommitdiffstats
path: root/Lib/codecs.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-03-17 15:42:11 (GMT)
committerFred Drake <fdrake@acm.org>2000-03-17 15:42:11 (GMT)
commit908670cdaa0a0257ada82b08b04392ebeeac5cf6 (patch)
tree7a3b7cafce376a2f92613746159b005c9a41ac6c /Lib/codecs.py
parent3e74c0d0212c7dd1dd0d0632d80ea98395ec7ce2 (diff)
downloadcpython-908670cdaa0a0257ada82b08b04392ebeeac5cf6.zip
cpython-908670cdaa0a0257ada82b08b04392ebeeac5cf6.tar.gz
cpython-908670cdaa0a0257ada82b08b04392ebeeac5cf6.tar.bz2
Oops, another in the same file; I should read the mail fully before
checking in; sorry! "the the" --> "the" (in docstring); noted by Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
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 b8b32d5..7f478d7 100644
--- a/Lib/codecs.py
+++ b/Lib/codecs.py
@@ -292,7 +292,7 @@ class StreamRecoder:
conversion: encode and decode work on the frontend (the
input to .read() and output of .write()) while
Reader and Writer work on the backend (reading and
- writing to the the stream).
+ writing to the stream).
You can use these objects to do transparent direct
recodings from e.g. latin-1 to utf-8 and back.