[Python-checkins] cpython (2.7): Issue #26747: Document that InstanceTypes only works for old-style classes
berker.peksag
python-checkins at python.org
Thu Apr 14 08:50:55 EDT 2016
https://hg.python.org/cpython/rev/b684298671f9
changeset: 100968:b684298671f9
branch: 2.7
parent: 100959:4680438f486f
user: Berker Peksag <berker.peksag at gmail.com>
date: Thu Apr 14 15:51:22 2016 +0300
summary:
Issue #26747: Document that InstanceTypes only works for old-style classes
Patch by Nan Wu.
files:
Doc/library/types.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -147,7 +147,7 @@
.. data:: InstanceType
- The type of instances of user-defined classes.
+ The type of instances of user-defined old-style classes.
.. data:: MethodType
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list