We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b93f9fa + b267475 commit 6c7bf42Copy full SHA for 6c7bf42
Doc/reference/datamodel.rst
@@ -1656,9 +1656,9 @@ created by the compiler if any methods in a class body refer to either
1656
lexical scoping, while the class or instance that was used to make the
1657
current call is identified based on the first argument passed to the method.
1658
1659
-After the class object is created, any class decorators included in the
1660
-function definition are invoked and the resulting object is bound in the
1661
-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.
1662
1663
.. seealso::
1664
0 commit comments