Commit 11c49a52 authored by Fred Drake's avatar Fred Drake

use appropriate markup

parent 45ca9874
...@@ -1591,7 +1591,7 @@ attributes of *A* as they are defined within the body of the class statement. ...@@ -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 Once those definitions are executed, the ordered dictionary is fully populated
and the metaclass's :meth:`__new__` method gets invoked. That method builds 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 the new type and it saves the ordered dictionary keys in an attribute
called *members*. called ``members``.
Customizing instance and subclass checks Customizing instance and subclass checks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment