Skip to content

Commit 6c7bf42

Browse files
author
Charles-François Natali
committed
Merge.
2 parents b93f9fa + b267475 commit 6c7bf42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/reference/datamodel.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,9 +1656,9 @@ created by the compiler if any methods in a class body refer to either
16561656
lexical scoping, while the class or instance that was used to make the
16571657
current call is identified based on the first argument passed to the method.
16581658

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.
1659+
After the class object is created, it is passed to the class decorators
1660+
included in the class definition (if any) and the resulting object is bound
1661+
in the local namespace as the defined class.
16621662

16631663
.. seealso::
16641664

0 commit comments

Comments
 (0)