markup fix

This commit is contained in:
David Goodger 2007-04-25 15:19:08 +00:00
parent 81cba80bfe
commit f82b61cce2
1 changed files with 1 additions and 1 deletions

View File

@ -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