mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
use appropriate markup
This commit is contained in:
parent
45ca987495
commit
11c49a5213
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue