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 ef23fe0 commit e2da445Copy full SHA for e2da445
1 file changed
Doc/glossary.rst
@@ -1019,10 +1019,11 @@ Glossary
1019
More information can be found in :ref:`metaclasses`.
1020
1021
method
1022
- 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
-
+ A :term:`function` which is defined inside a :term:`class` body. If
+ called as an :term:`attribute` of an instance of that class, the method
+ will get the instance object as its first :term:`argument` (which is
+ usually called ``self``).
1026
+
1027
See also :term:`nested scope`.
1028
1029
method resolution order
0 commit comments