From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:15:03 +0000 (+0200) Subject: [3.11] Fix typo in sys docs (GH-111196) (#111249) X-Git-Tag: v3.11.7~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10376a164f31409e8cedb140178d4670fb44f8c1;p=thirdparty%2FPython%2Fcpython.git [3.11] Fix typo in sys docs (GH-111196) (#111249) Co-authored-by: James Tocknell Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 65c20748f862..064a9c47137b 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -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__