fix typos

This commit is contained in:
George Yoshida 2007-07-23 05:20:49 +00:00
parent 96eaa539cf
commit 926881a9f8
3 changed files with 3 additions and 3 deletions

View File

@ -202,7 +202,7 @@ Comments from our BDFL
* must start with two underscores (to match __doc__) * must start with two underscores (to match __doc__)
* must be extractable using some form of inspection (e.g. by using * must be extractable using some form of inspection (e.g. by using
a naming convention which includes some fixed name part) 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) stored as attribute)
Later on in March, Guido pronounced on this PEP in March 2001 (on Later on in March, Guido pronounced on this PEP in March 2001 (on

View File

@ -528,7 +528,7 @@ super or super()
This proposal leaves no room for different names, signatures, or application 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 to other classes, or instances. A way to allow some similar use alongside the
normal proposal would be favorable, encouraging good design of multiple normal proposal would be favorable, encouraging good design of multiple
inheritence trees and compatible methods. inheritance trees and compatible methods.
super(\*p, \*\*kw) super(\*p, \*\*kw)
------------------ ------------------

View File

@ -528,7 +528,7 @@ super or super()
This proposal leaves no room for different names, signatures, or application 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 to other classes, or instances. A way to allow some similar use alongside the
normal proposal would be favorable, encouraging good design of multiple normal proposal would be favorable, encouraging good design of multiple
inheritence trees and compatible methods. inheritance trees and compatible methods.
super(\*p, \*\*kw) super(\*p, \*\*kw)
------------------ ------------------