Skip to content

Commit 03c14b0

Browse files
miss-islingtonaragilarhugovk
authored
[3.12] Fix typo in sys docs (GH-111196) (#111248)
Co-authored-by: James Tocknell <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 0bbdfe6 commit 03c14b0

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
@@ -1778,7 +1778,7 @@ always available.
17781778
However, if you are writing a library (and do not control in which
17791779
context its code will be executed), be aware that the standard streams
17801780
may be replaced with file-like objects like :class:`io.StringIO` which
1781-
do not support the :attr:!buffer` attribute.
1781+
do not support the :attr:`!buffer` attribute.
17821782

17831783

17841784
.. data:: __stdin__

0 commit comments

Comments
 (0)