mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix missing.
This commit is contained in:
parent
c9a8a4aab8
commit
9f5fd6092b
1 changed files with 2 additions and 2 deletions
|
@ -1791,8 +1791,8 @@ ABCs.
|
||||||
|
|
||||||
Note that these methods are looked up on the type (metaclass) of a class. They
|
Note that these methods are looked up on the type (metaclass) of a class. They
|
||||||
cannot be defined as class methods in the actual class. This is consistent with
|
cannot be defined as class methods in the actual class. This is consistent with
|
||||||
the lookup of special methods that called on instances, only that in this case
|
the lookup of special methods that are called on instances, only that in this
|
||||||
the instance is itself a class.
|
case the instance is itself a class.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue