[Python-checkins] cpython (3.5): Issue #29012: Remove another outdated information

berker.peksag python-checkins at python.org
Mon Jan 2 19:33:48 EST 2017


https://hg.python.org/cpython/rev/1aba7cbbcc27
changeset:   105965:1aba7cbbcc27
branch:      3.5
parent:      105962:9380d67b117a
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Jan 03 03:34:15 2017 +0300
summary:
  Issue #29012: Remove another outdated information

Patch by Jim Fasarakis-Hilliard.

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


diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -765,9 +765,9 @@
    Special attributes: :attr:`~definition.__name__` is the class name; :attr:`__module__` is
    the module name in which the class was defined; :attr:`~object.__dict__` is the
    dictionary containing the class's namespace; :attr:`~class.__bases__` is a
-   tuple (possibly a singleton) containing the base classes, in the
-   order of their occurrence in the base class list; :attr:`__doc__` is the
-   class's documentation string, or ``None`` if undefined.
+   tuple containing the base classes, in the order of their occurrence in the
+   base class list; :attr:`__doc__` is the class's documentation string, or
+   ``None`` if undefined.
 
 Class instances
    .. index::

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


More information about the Python-checkins mailing list