summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-01-02 06:01:27 +0300
committerBerker Peksag <berker.peksag@gmail.com>2017-01-02 06:01:27 +0300
commit12fda1ee7866c8a4693a523b2801d696897b2e1d (patch)
tree66d768709ffa8627f37c55f6fa320414bcf0bc03 /Doc
parente32ac22bba30b560a1d8a8902160e5ca2fa7f46f (diff)
parent342c633cfd72bd32a15e3751ee5cab9bff87259f (diff)
downloadcpython-12fda1ee7866c8a4693a523b2801d696897b2e1d.tar.gz
Issue #29012: Merge from 3.6
Diffstat (limited to 'Doc')
-rw-r--r--Doc/reference/datamodel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index f2a2b12b9f..aa03477fb8 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -788,7 +788,7 @@ Custom classes
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 empty or a singleton) containing the base classes, in the
+ 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;
:attr:`__annotations__` (optional) is a dictionary containing