[Python-checkins] cpython: Fix use of class markup.

georg.brandl python-checkins at python.org
Sun Jun 24 14:06:35 CEST 2012


http://hg.python.org/cpython/rev/23e81ecadd9f
changeset:   77706:23e81ecadd9f
user:        Georg Brandl <georg at python.org>
date:        Sun Jun 24 14:05:40 2012 +0200
summary:
  Fix use of class markup.

files:
  Doc/library/os.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1179,9 +1179,9 @@
 
    Availability: Unix, Windows.
 
-.. class:: terminal_size(tuple)
-
-   A tuple of ``(columns, lines)`` for holding terminal window size.
+.. class:: terminal_size
+
+   A subclass of tuple, holding ``(columns, lines)`` of the terminal window size.
 
    .. attribute:: columns
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list