https://github.com/python/cpython/commit/f7d5d936ab9340552470129aee94e546b1a77a95
commit: f7d5d936ab9340552470129aee94e546b1a77a95
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-01-21T03:52:04Z
summary:

[3.12] Fix the confusing "User-defined methods" reference in the datamodel 
(GH-114276) (#114365)

files:
M Doc/reference/datamodel.rst

diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 03dc1d69852127..fcb65b8919bfc2 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -1524,7 +1524,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" <instance-methods>`. Class 
method objects are created
 by the built-in :func:`classmethod` constructor.
 
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to