Skip to content

Commit 231e87b

Browse files
authored
Glossary: "method" - use consistent "see also"
1 parent 731ca66 commit 231e87b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/glossary.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,8 @@ Glossary
10221022
A :term:`function` which is defined inside a class body. If called as an 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``).
1025-
See :term:`nested scope`.
1025+
1026+
See also :term:`nested scope`.
10261027

10271028
method resolution order
10281029
Method Resolution Order is the order in which base classes are searched

0 commit comments

Comments
 (0)