From b267475ccf558d3b7736ba9984d1cc297eb1a6ae Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 20 May 2012 19:36:40 +1000 Subject: Clarify a paragraph in the new metaclass docs --- Doc/reference/datamodel.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 0510d8e..643cabc 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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:: -- cgit v0.12