mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Fixed documentation build warning.
This commit is contained in:
parent
c34ed8e869
commit
ae9eb5c4d0
2 changed files with 3 additions and 3 deletions
|
|
@ -1569,7 +1569,7 @@ calling the metaclass's :meth:`__prepare__` method which returns an empty
|
||||||
:class:`collections.OrderedDict`. That mapping records the methods and
|
:class:`collections.OrderedDict`. That mapping records the methods and
|
||||||
attributes of *A* as they are defined within the body of the class statement.
|
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*.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue