From 59de0218af2a029ce75557bd78879666ffe7f3b3 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Wed, 6 Jun 2012 21:49:50 +1000 Subject: [PATCH] Eliminate a typo. Also wonder how many times I can use the word 'simple' or a derivative in one PEP. --- pep-0422.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0422.txt b/pep-0422.txt index 33b225242..f6c85ed19 100644 --- a/pep-0422.txt +++ b/pep-0422.txt @@ -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.