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:
Nick Coghlan 2012-06-06 21:49:50 +10:00
parent acc053fc60
commit 59de0218af
1 changed files with 1 additions and 1 deletions

View File

@ -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
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.