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 e35393f commit 10376a1Copy full SHA for 10376a1
Doc/library/sys.rst
@@ -1714,7 +1714,7 @@ always available.
1714
However, if you are writing a library (and do not control in which
1715
context its code will be executed), be aware that the standard streams
1716
may be replaced with file-like objects like :class:`io.StringIO` which
1717
- do not support the :attr:!buffer` attribute.
+ do not support the :attr:`!buffer` attribute.
1718
1719
1720
.. data:: __stdin__
0 commit comments