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.
1 parent db787f7 commit 90e67cfCopy full SHA for 90e67cf
Doc/reference/datamodel.rst
@@ -1529,7 +1529,7 @@ Class method objects
1529
A class method object, like a static method object, is a wrapper around another
1530
object that alters the way in which that object is retrieved from classes and
1531
class instances. The behaviour of class method objects upon such retrieval is
1532
-described above, under "User-defined methods". Class method objects are created
+described above, under :ref:`"instance methods" <instance-methods>`. Class method objects are created
1533
by the built-in :func:`classmethod` constructor.
1534
1535
0 commit comments