Skip to content

Commit 6b9babf

Browse files
aragilarhugovk
andauthored
Fix typo in sys docs (#111196)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 6640f1d commit 6b9babf

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)