From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:12:05 +0000 (+0200) Subject: [3.12] Fix typo in sys docs (GH-111196) (#111248) X-Git-Tag: v3.12.1~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03c14b04d3ce734d893f203d8c1d02262c308288;p=thirdparty%2FPython%2Fcpython.git [3.12] Fix typo in sys docs (GH-111196) (#111248) Co-authored-by: James Tocknell Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 3782d1e6c6f2..e0668b8f3614 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1778,7 +1778,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__