]> granicus.if.org Git - python/commitdiff
Fix use of class markup.
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 12:05:40 +0000 (14:05 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 12:05:40 +0000 (14:05 +0200)
Doc/library/os.rst

index 9556be6319a6996862f21260b1d8113df8657ed1..d0e2532f66a62ececa69dfbbecf3ea0b2230fb55 100644 (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