Skip to content

Commit

Permalink
Clarify a paragraph in the new metaclass docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed May 20, 2012
1 parent 185f401 commit b267475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1656,9 +1656,9 @@ created by the compiler if any methods in a class body refer to either
lexical scoping, while the class or instance that was used to make the
current call is identified based on the first argument passed to the method.

After the class object is created, any class decorators included in the
function definition are invoked and the resulting object is bound in the
local namespace to the name of the class.
After the class object is created, it is passed to the class decorators
included in the class definition (if any) and the resulting object is bound
in the local namespace as the defined class.

.. seealso::

Expand Down

0 comments on commit b267475

Please sign in to comment.