summaryrefslogtreecommitdiffstats
path: root/Doc/library/tty.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/tty.rst')
-rw-r--r--Doc/library/tty.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tty.rst b/Doc/library/tty.rst
index 0641d8a..37778bf 100644
--- a/Doc/library/tty.rst
+++ b/Doc/library/tty.rst
@@ -53,7 +53,7 @@ The :mod:`tty` module defines the following functions:
is saved before setting *fd* to raw mode; this value is returned.
.. versionchanged:: 3.12
- The return value is now the original tty attributes, instead of None.
+ The return value is now the original tty attributes, instead of ``None``.
.. function:: setcbreak(fd, when=termios.TCSAFLUSH)
@@ -67,7 +67,7 @@ The :mod:`tty` module defines the following functions:
the minimum input to 1 byte with no delay.
.. versionchanged:: 3.12
- The return value is now the original tty attributes, instead of None.
+ The return value is now the original tty attributes, instead of ``None``.
.. versionchanged:: 3.12.2
The ``ICRNL`` flag is no longer cleared. This restores the behavior