mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix typo in sys docs (#111196)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
6640f1d8d2
commit
6b9babf140
1 changed files with 1 additions and 1 deletions
|
@ -1780,7 +1780,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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue