]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in sys docs (#111196)
authorJames Tocknell <aragilar+github@gmail.com>
Tue, 24 Oct 2023 08:03:35 +0000 (19:03 +1100)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2023 08:03:35 +0000 (11:03 +0300)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/sys.rst

index 8eeeefa0133d1270d0019bfa8d9f0dd13e940d9e..5ef6f83030958fb3ce637fe5110f02674d193e81 100644 (file)
@@ -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__