markup fix
This commit is contained in:
parent
81cba80bfe
commit
f82b61cce2
|
@ -158,7 +158,7 @@ function attribute ``__isabstractmethod__`` to the value ``True``.
|
||||||
The ``type.__new__`` method computes the type attribute
|
The ``type.__new__`` method computes the type attribute
|
||||||
``__abstractmethods__`` as the set of all method names that have an
|
``__abstractmethods__`` as the set of all method names that have an
|
||||||
``__isabstractmethod__`` attribute whose value is true. It does this
|
``__isabstractmethod__`` attribute whose value is true. It does this
|
||||||
by combining the ``__abstractmethods__` attributes of the base
|
by combining the ``__abstractmethods__`` attributes of the base
|
||||||
classes, adding the names of all methods in the new class dict that
|
classes, adding the names of all methods in the new class dict that
|
||||||
have a true ``__isabstractmethod__`` attribute, and removing the names
|
have a true ``__isabstractmethod__`` attribute, and removing the names
|
||||||
of all methods in the new class dict that don't have a true
|
of all methods in the new class dict that don't have a true
|
||||||
|
|
Loading…
Reference in New Issue