mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
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:
parent
3e74c0d021
commit
908670cdaa
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class StreamRecoder:
|
||||||
conversion: encode and decode work on the frontend (the
|
conversion: encode and decode work on the frontend (the
|
||||||
input to .read() and output of .write()) while
|
input to .read() and output of .write()) while
|
||||||
Reader and Writer work on the backend (reading and
|
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
|
You can use these objects to do transparent direct
|
||||||
recodings from e.g. latin-1 to utf-8 and back.
|
recodings from e.g. latin-1 to utf-8 and back.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue