[Python-checkins] r54955 - peps/trunk/pep-3119.txt

david.goodger python-checkins at python.org
Wed Apr 25 17:19:10 CEST 2007


Author: david.goodger
Date: Wed Apr 25 17:19:08 2007
New Revision: 54955

Modified:
   peps/trunk/pep-3119.txt
Log:
markup fix

Modified: peps/trunk/pep-3119.txt
==============================================================================
--- peps/trunk/pep-3119.txt	(original)
+++ peps/trunk/pep-3119.txt	Wed Apr 25 17:19:08 2007
@@ -158,7 +158,7 @@
 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


More information about the Python-checkins mailing list