[Python-checkins] peps: Reword a confusing sentence

nick.coghlan python-checkins at python.org
Wed Jun 6 13:45:35 CEST 2012


http://hg.python.org/peps/rev/6858011a1c28
changeset:   4454:6858011a1c28
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Jun 06 21:45:26 2012 +1000
summary:
  Reword a confusing sentence

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


diff --git a/pep-0422.txt b/pep-0422.txt
--- a/pep-0422.txt
+++ b/pep-0422.txt
@@ -104,8 +104,8 @@
            # This is invoked after the class is created, but before any
            # explicit decorators are called
            # The usual super() mechanisms are used to correctly support
-           # multiple inheritance. The simple, decorator style invocation
-           # ensures that this is as simple as possible.
+           # multiple inheritance. The decorator style invocation helps
+           # ensure that invoking the parent class is as simple as possible.
 
 If present on the created object, this new hook will be called by the class
 creation machinery *after* the ``__class__`` reference has been initialised.

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


More information about the Python-checkins mailing list