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 6640f1d commit 6b9babfCopy full SHA for 6b9babf
Doc/library/sys.rst
@@ -1780,7 +1780,7 @@ always available.
1780
However, if you are writing a library (and do not control in which
1781
context its code will be executed), be aware that the standard streams
1782
may be replaced with file-like objects like :class:`io.StringIO` which
1783
- do not support the :attr:!buffer` attribute.
+ do not support the :attr:`!buffer` attribute.
1784
1785
1786
.. data:: __stdin__
0 commit comments