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