]> granicus.if.org Git - python/commitdiff
use appropriate markup
authorFred Drake <fdrake@acm.org>
Sat, 13 Nov 2010 04:24:26 +0000 (04:24 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 13 Nov 2010 04:24:26 +0000 (04:24 +0000)
Doc/reference/datamodel.rst

index d3b2c15b579fae82358104c9e79ef74bb0bb4bf4..783259c451bc2b1a962e8587225ffd12ed1c1ed6 100644 (file)
@@ -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