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

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

files:
M Doc/reference/datamodel.rst

diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 1f9bb82c8db846..0419ee7e21a50a 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" <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