Skip to content

Commit 10376a1

Browse files
miss-islingtonaragilarhugovk
authored
[3.11] Fix typo in sys docs (GH-111196) (#111249)
Co-authored-by: James Tocknell <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent e35393f commit 10376a1

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

17191719

17201720
.. data:: __stdin__

0 commit comments

Comments
 (0)