Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70997a9 commit 6485f24Copy full SHA for 6485f24
1 file changed
Doc/library/sys.rst
@@ -711,9 +711,9 @@ always available.
711
712
.. note::
713
714
- The standard streams are text in text mode by default. To write or read
715
- binary data to these, use the underlying binary buffer. For example, to
716
- write bytes to :data:`stdout`, use ``sys.stdout.buffer.write(b'abc')``.
+ The standard streams are in text mode by default. To write or read binary
+ data to these, use the underlying binary buffer. For example, to write
+ bytes to :data:`stdout`, use ``sys.stdout.buffer.write(b'abc')``.
717
718
719
.. data:: __stdin__
0 commit comments