Eliminate a typo. Also wonder how many times I can use the word 'simple' or a derivative in one PEP.
This commit is contained in:
parent
acc053fc60
commit
59de0218af
|
@ -276,7 +276,7 @@ Any subclasses of this type would automatically have the contents of any
|
||||||
|
|
||||||
The mechanism in the current PEP is considered superior, as many issues
|
The mechanism in the current PEP is considered superior, as many issues
|
||||||
to do with ordering and the same decorator being invoked multiple times
|
to do with ordering and the same decorator being invoked multiple times
|
||||||
simple go away, as that kind of thing is taken care of through the use of an
|
just go away, as that kind of thing is taken care of through the use of an
|
||||||
ordinary class method invocation.
|
ordinary class method invocation.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue