Skip to content

Commit 3681eff

Browse files
[3.11] Fix the confusing "User-defined methods" reference in the datamodel (GH-114276) (#114366)
1 parent 4913dc2 commit 3681eff

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
@@ -1507,7 +1507,7 @@ Class method objects
15071507
A class method object, like a static method object, is a wrapper around another
15081508
object that alters the way in which that object is retrieved from classes and
15091509
class instances. The behaviour of class method objects upon such retrieval is
1510-
described above, under "User-defined methods". Class method objects are created
1510+
described above, under :ref:`"instance methods" <instance-methods>`. Class method objects are created
15111511
by the built-in :func:`classmethod` constructor.
15121512

15131513

0 commit comments

Comments
 (0)