]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Oops, another in the same file; I should read the mail fully before
authorFred Drake <fdrake@acm.org>
Fri, 17 Mar 2000 15:42:11 +0000 (15:42 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 17 Mar 2000 15:42:11 +0000 (15:42 +0000)
checking in; sorry!

"the the" --> "the" (in docstring); noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.

Lib/codecs.py

index b8b32d5a4155f1f7e32dade216bd79c1d78ea3e7..7f478d7191d2c113c653ece304b57821ec6761d1 100644 (file)
@@ -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.