Commit 6cff9ffa authored by Georg Brandl's avatar Georg Brandl

Fix use of class markup.

parent f7875596
......@@ -1179,9 +1179,9 @@ Querying the size of a terminal
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment