Skip to content

Commit b04c500

Browse files
cdzhanAA-Turnerskirpichev
authored
Fix the confusing "User-defined methods" reference in the datamodel (#114276)
Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent 52eade2 commit b04c500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ Class method objects
15291529
A class method object, like a static method object, is a wrapper around another
15301530
object that alters the way in which that object is retrieved from classes and
15311531
class instances. The behaviour of class method objects upon such retrieval is
1532-
described above, under "User-defined methods". Class method objects are created
1532+
described above, under :ref:`"instance methods" <instance-methods>`. Class method objects are created
15331533
by the built-in :func:`classmethod` constructor.
15341534

15351535

0 commit comments

Comments
 (0)