From 3681effafb0d8ac3549a55aae5bc6134cbbd485f Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 21 Jan 2024 04:52:30 +0100 Subject: [3.11] Fix the confusing "User-defined methods" reference in the datamodel (GH-114276) (#114366) --- Doc/reference/datamodel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 1f9bb82..0419ee7 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1507,7 +1507,7 @@ Class method objects A class method object, like a static method object, is a wrapper around another object that alters the way in which that object is retrieved from classes and class instances. The behaviour of class method objects upon such retrieval is -described above, under "User-defined methods". Class method objects are created +described above, under :ref:`"instance methods" `. Class method objects are created by the built-in :func:`classmethod` constructor. -- cgit v0.12