summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2010-11-13 04:24:26 (GMT)
committerFred Drake <fdrake@acm.org>2010-11-13 04:24:26 (GMT)
commit11c49a5213a779c492312213d9d8f7e3b0158463 (patch)
tree8114ddd088cb927ce23b6385d13b87f8111db922 /Doc/reference
parent45ca9874955b1eaf3d941b7a278b594fad50d4ee (diff)
downloadcpython-11c49a5213a779c492312213d9d8f7e3b0158463.zip
cpython-11c49a5213a779c492312213d9d8f7e3b0158463.tar.gz
cpython-11c49a5213a779c492312213d9d8f7e3b0158463.tar.bz2
use appropriate markup
Diffstat (limited to 'Doc/reference')
-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 d3b2c15..783259c 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -1591,7 +1591,7 @@ attributes of *A* as they are defined within the body of the class statement.
Once those definitions are executed, the ordered dictionary is fully populated
and the metaclass's :meth:`__new__` method gets invoked. That method builds
the new type and it saves the ordered dictionary keys in an attribute
-called *members*.
+called ``members``.
Customizing instance and subclass checks