[Python-checkins] peps: Eliminate a typo. Also wonder how many times I can use the word 'simple' or a

nick.coghlan python-checkins at python.org
Wed Jun 6 13:50:01 CEST 2012


http://hg.python.org/peps/rev/2d3a63f8cd3f
changeset:   4455:2d3a63f8cd3f
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Jun 06 21:49:50 2012 +1000
summary:
  Eliminate a typo. Also wonder how many times I can use the word 'simple' or a derivative in one PEP.

files:
  pep-0422.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0422.txt b/pep-0422.txt
--- a/pep-0422.txt
+++ b/pep-0422.txt
@@ -276,7 +276,7 @@
 
 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.
 
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list