Skip to content

Commit c65f124

Browse files
aragilarhugovk
authored andcommitted
Fix typo in sys docs (python#111196)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent a721258 commit c65f124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@ always available.
17801780
However, if you are writing a library (and do not control in which
17811781
context its code will be executed), be aware that the standard streams
17821782
may be replaced with file-like objects like :class:`io.StringIO` which
1783-
do not support the :attr:!buffer` attribute.
1783+
do not support the :attr:`!buffer` attribute.
17841784

17851785

17861786
.. data:: __stdin__

0 commit comments

Comments
 (0)