From: James Tocknell Date: Tue, 24 Oct 2023 08:03:35 +0000 (+1100) Subject: Fix typo in sys docs (#111196) X-Git-Tag: v3.13.0a2~350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b9babf140445ec2a560d1df056b795e898c6bd0;p=thirdparty%2FPython%2Fcpython.git Fix typo in sys docs (#111196) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 8eeeefa0133d..5ef6f8303095 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -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__