https://github.com/python/cpython/commit/b04c5005cc9bd04052075077f7b33beca5edf43d
commit: b04c5005cc9bd04052075077f7b33beca5edf43d
branch: main
author: cdzhan <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-01-21T03:45:38Z
summary:

Fix the confusing "User-defined methods" reference in the datamodel (#114276)

Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Sergey B Kirpichev <[email protected]>

files:
M Doc/reference/datamodel.rst

diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index ca29a3712dfa38..0a1c1d58558e94 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -1529,7 +1529,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