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 4913dc2 commit 3681effCopy full SHA for 3681eff
Doc/reference/datamodel.rst
@@ -1507,7 +1507,7 @@ Class method objects
1507
A class method object, like a static method object, is a wrapper around another
1508
object that alters the way in which that object is retrieved from classes and
1509
class instances. The behaviour of class method objects upon such retrieval is
1510
-described above, under "User-defined methods". Class method objects are created
+described above, under :ref:`"instance methods" <instance-methods>`. Class method objects are created
1511
by the built-in :func:`classmethod` constructor.
1512
1513
0 commit comments