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>.
This commit is contained in:
Fred Drake 2000-03-17 15:42:11 +00:00
parent 3e74c0d021
commit 908670cdaa
1 changed files with 1 additions and 1 deletions

View 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.