Skip to content

Commit 731ca66

Browse files
authored
Glossary: "method" - move up link
1 parent cf23fcd commit 731ca66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/glossary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,10 +1019,10 @@ Glossary
10191019
More information can be found in :ref:`metaclasses`.
10201020

10211021
method
1022-
A function which is defined inside a class body. If called as an attribute
1022+
A :term:`function` which is defined inside a class body. If called as an attribute
10231023
of an instance of that class, the method will get the instance object as
10241024
its first :term:`argument` (which is usually called ``self``).
1025-
See :term:`function` and :term:`nested scope`.
1025+
See :term:`nested scope`.
10261026

10271027
method resolution order
10281028
Method Resolution Order is the order in which base classes are searched

0 commit comments

Comments
 (0)