Skip to content

Commit

Permalink
[3.11] Fix the confusing "User-defined methods" reference in the data…
Browse files Browse the repository at this point in the history
  • Loading branch information
miss-islington authored Jan 21, 2024
1 parent 4913dc2 commit 3681eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 3681eff

Please sign in to comment.