[3.11] Fix typo in sys docs (GH-111196) (#111249)

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:15:03 +02:00 committed by GitHub
parent e35393fde9
commit 10376a164f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1714,7 +1714,7 @@ always available.
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
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__