[Python-checkins] r56505 - peps/trunk/pep-0224.txt peps/trunk/pep-0367.txt peps/trunk/pep-3135.txt

george.yoshida python-checkins at python.org
Mon Jul 23 07:20:50 CEST 2007


Author: george.yoshida
Date: Mon Jul 23 07:20:49 2007
New Revision: 56505

Modified:
   peps/trunk/pep-0224.txt
   peps/trunk/pep-0367.txt
   peps/trunk/pep-3135.txt
Log:
fix typos


Modified: peps/trunk/pep-0224.txt
==============================================================================
--- peps/trunk/pep-0224.txt	(original)
+++ peps/trunk/pep-0224.txt	Mon Jul 23 07:20:49 2007
@@ -202,7 +202,7 @@
         * must start with two underscores (to match __doc__)
         * must be extractable using some form of inspection (e.g. by using
           a naming convention which includes some fixed name part)
-        * must be compatible with class inheritence (i.e. should be
+        * must be compatible with class inheritance (i.e. should be
           stored as attribute)
 
     Later on in March, Guido pronounced on this PEP in March 2001 (on

Modified: peps/trunk/pep-0367.txt
==============================================================================
--- peps/trunk/pep-0367.txt	(original)
+++ peps/trunk/pep-0367.txt	Mon Jul 23 07:20:49 2007
@@ -528,7 +528,7 @@
 This proposal leaves no room for different names, signatures, or application
 to other classes, or instances. A way to allow some similar use alongside the
 normal proposal would be favorable, encouraging good design of multiple
-inheritence trees and compatible methods.
+inheritance trees and compatible methods.
 
 super(\*p, \*\*kw)
 ------------------

Modified: peps/trunk/pep-3135.txt
==============================================================================
--- peps/trunk/pep-3135.txt	(original)
+++ peps/trunk/pep-3135.txt	Mon Jul 23 07:20:49 2007
@@ -528,7 +528,7 @@
 This proposal leaves no room for different names, signatures, or application
 to other classes, or instances. A way to allow some similar use alongside the
 normal proposal would be favorable, encouraging good design of multiple
-inheritence trees and compatible methods.
+inheritance trees and compatible methods.
 
 super(\*p, \*\*kw)
 ------------------


More information about the Python-checkins mailing list