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 48bff74 commit f7d5d93Copy full SHA for f7d5d93
Doc/reference/datamodel.rst
@@ -1524,7 +1524,7 @@ Class method objects
1524
A class method object, like a static method object, is a wrapper around another
1525
object that alters the way in which that object is retrieved from classes and
1526
class instances. The behaviour of class method objects upon such retrieval is
1527
-described above, under "User-defined methods". Class method objects are created
+described above, under :ref:`"instance methods" <instance-methods>`. Class method objects are created
1528
by the built-in :func:`classmethod` constructor.
1529
1530
0 commit comments