]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Fix typo in sys docs (GH-111196) (#111249)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Oct 2023 08:15:03 +0000 (10:15 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2023 08:15:03 +0000 (08:15 +0000)
Co-authored-by: James Tocknell <aragilar+github@gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/sys.rst

index 65c20748f862b538396a72fd60deb93fdddbd3dd..064a9c47137b30f4efebdd67a49d751105552bf0 100644 (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__