From: Georg Brandl Date: Sun, 24 Jun 2012 12:05:40 +0000 (+0200) Subject: Fix use of class markup. X-Git-Tag: v3.3.0b1~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cff9ffab010e63a3a8cec6bf00513a557f085b2;p=thirdparty%2FPython%2Fcpython.git Fix use of class markup. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 9556be6319a6..d0e2532f66a6 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