We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf23fcd commit 731ca66Copy full SHA for 731ca66
Doc/glossary.rst
@@ -1019,10 +1019,10 @@ Glossary
1019
More information can be found in :ref:`metaclasses`.
1020
1021
method
1022
- A function which is defined inside a class body. If called as an attribute
+ A :term:`function` which is defined inside a class body. If called as an attribute
1023
of an instance of that class, the method will get the instance object as
1024
its first :term:`argument` (which is usually called ``self``).
1025
- See :term:`function` and :term:`nested scope`.
+ See :term:`nested scope`.
1026
1027
method resolution order
1028
Method Resolution Order is the order in which base classes are searched
0 commit comments