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 731ca66 commit 231e87bCopy full SHA for 231e87b
Doc/glossary.rst
@@ -1022,7 +1022,8 @@ Glossary
1022
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:`nested scope`.
+
1026
+ See also :term:`nested scope`.
1027
1028
method resolution order
1029
Method Resolution Order is the order in which base classes are searched
0 commit comments