Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6485f24

Browse files
committed
remove extraneous 'text'
1 parent 70997a9 commit 6485f24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/sys.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,9 +711,9 @@ always available.
711711

712712
.. note::
713713

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')``.
714+
The standard streams are in text mode by default. To write or read binary
715+
data to these, use the underlying binary buffer. For example, to write
716+
bytes to :data:`stdout`, use ``sys.stdout.buffer.write(b'abc')``.
717717

718718

719719
.. data:: __stdin__

0 commit comments

Comments
 (0)