Fix use of class markup.

This commit is contained in:
Georg Brandl 2012-06-24 14:05:40 +02:00
parent f78755968a
commit 6cff9ffab0

View file

@ -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