From f82b61cce272e5c743acb93fed465a65c24b7314 Mon Sep 17 00:00:00 2001 From: David Goodger Date: Wed, 25 Apr 2007 15:19:08 +0000 Subject: [PATCH] markup fix --- pep-3119.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3119.txt b/pep-3119.txt index 414f7bc10..cbccf173c 100644 --- a/pep-3119.txt +++ b/pep-3119.txt @@ -158,7 +158,7 @@ function attribute ``__isabstractmethod__`` to the value ``True``. The ``type.__new__`` method computes the type attribute ``__abstractmethods__`` as the set of all method names that have an ``__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 have a true ``__isabstractmethod__`` attribute, and removing the names of all methods in the new class dict that don't have a true