mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix use of class markup.
This commit is contained in:
parent
f78755968a
commit
6cff9ffab0
1 changed files with 2 additions and 2 deletions
|
@ -1179,9 +1179,9 @@ Querying the size of a terminal
|
||||||
|
|
||||||
Availability: Unix, Windows.
|
Availability: Unix, Windows.
|
||||||
|
|
||||||
.. class:: terminal_size(tuple)
|
.. class:: terminal_size
|
||||||
|
|
||||||
A tuple of ``(columns, lines)`` for holding terminal window size.
|
A subclass of tuple, holding ``(columns, lines)`` of the terminal window size.
|
||||||
|
|
||||||
.. attribute:: columns
|
.. attribute:: columns
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue