fix typos
This commit is contained in:
parent
96eaa539cf
commit
926881a9f8
|
@ -202,7 +202,7 @@ Comments from our BDFL
|
|||
* 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
|
||||
|
|
|
@ -528,7 +528,7 @@ super or super()
|
|||
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)
|
||||
------------------
|
||||
|
|
|
@ -528,7 +528,7 @@ super or super()
|
|||
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)
|
||||
------------------
|
||||
|
|
Loading…
Reference in New Issue