Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea5918e

Browse files
termios docs: fix indentation (#93080)
1 parent e5d8dbd commit ea5918e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/termios.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ The module defines the following functions:
8585

8686
.. function:: tcsetwinsize(fd, winsize)
8787

88-
Set the tty window size for file descriptor *fd* from *winsize*, which is
89-
a two-item tuple ``(ws_row, ws_col)`` like the one returned by
90-
:func:`tcgetwinsize`. Requires at least one of the pairs
91-
(:const:`termios.TIOCGWINSZ`, :const:`termios.TIOCSWINSZ`);
92-
(:const:`termios.TIOCGSIZE`, :const:`termios.TIOCSSIZE`) to be defined.
88+
Set the tty window size for file descriptor *fd* from *winsize*, which is
89+
a two-item tuple ``(ws_row, ws_col)`` like the one returned by
90+
:func:`tcgetwinsize`. Requires at least one of the pairs
91+
(:const:`termios.TIOCGWINSZ`, :const:`termios.TIOCSWINSZ`);
92+
(:const:`termios.TIOCGSIZE`, :const:`termios.TIOCSSIZE`) to be defined.
9393

9494
.. versionadded:: 3.11
9595

0 commit comments

Comments
 (0)