[3.12] Fix typo in sys docs (GH-111196) (#111248)

Co-authored-by: James Tocknell <aragilar+github@gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-10-24 10:12:05 +02:00 committed by GitHub
parent 0bbdfe611a
commit 03c14b04d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1778,7 +1778,7 @@ always available.
However, if you are writing a library (and do not control in which However, if you are writing a library (and do not control in which
context its code will be executed), be aware that the standard streams context its code will be executed), be aware that the standard streams
may be replaced with file-like objects like :class:`io.StringIO` which may be replaced with file-like objects like :class:`io.StringIO` which
do not support the :attr:!buffer` attribute. do not support the :attr:`!buffer` attribute.
.. data:: __stdin__ .. data:: __stdin__