Commit 9f5fd609 authored by Georg Brandl's avatar Georg Brandl

Fix missing.

parent c9a8a4aa
...@@ -1791,8 +1791,8 @@ ABCs. ...@@ -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::
......
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