Commit 6485f247 authored by Benjamin Peterson's avatar Benjamin Peterson

remove extraneous 'text'

parent 70997a9a
...@@ -711,9 +711,9 @@ always available. ...@@ -711,9 +711,9 @@ always available.
.. note:: .. note::
The standard streams are text in text mode by default. To write or read The standard streams are in text mode by default. To write or read binary
binary data to these, use the underlying binary buffer. For example, to data to these, use the underlying binary buffer. For example, to write
write bytes to :data:`stdout`, use ``sys.stdout.buffer.write(b'abc')``. bytes to :data:`stdout`, use ``sys.stdout.buffer.write(b'abc')``.
.. data:: __stdin__ .. data:: __stdin__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment