Skip to content

Commit ef23fe0

Browse files
authored
Glossary: "method" - add links
1 parent 231e87b commit ef23fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ Glossary
10191019
More information can be found in :ref:`metaclasses`.
10201020

10211021
method
1022-
A :term:`function` which is defined inside a class body. If called as an attribute
1022+
A :term:`function` which is defined inside a :term:`class` body. If called as an :term:`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``).
10251025

0 commit comments

Comments
 (0)