Reword a confusing sentence

This commit is contained in:
Nick Coghlan 2012-06-06 21:45:26 +10:00
parent 2e9b04a22a
commit acc053fc60
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ class initialisation hook as follows::
# 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.