diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 12:05:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 12:05:40 (GMT) |
commit | 6cff9ffab010e63a3a8cec6bf00513a557f085b2 (patch) | |
tree | 71c100d557ffa18423703aeda40b353f47f025f9 /Doc/library/os.rst | |
parent | f78755968aaf548c3630244371670da213985e7c (diff) | |
download | cpython-6cff9ffab010e63a3a8cec6bf00513a557f085b2.zip cpython-6cff9ffab010e63a3a8cec6bf00513a557f085b2.tar.gz cpython-6cff9ffab010e63a3a8cec6bf00513a557f085b2.tar.bz2 |
Fix use of class markup.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 9556be6..d0e2532 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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 |