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 231e87b commit ef23fe0Copy full SHA for ef23fe0
Doc/glossary.rst
@@ -1019,7 +1019,7 @@ Glossary
1019
More information can be found in :ref:`metaclasses`.
1020
1021
method
1022
- A :term:`function` which is defined inside a class body. If called as an attribute
+ A :term:`function` which is defined inside a :term:`class` body. If called as an :term:`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
0 commit comments