Skip to content

Commit e2da445

Browse files
authored
Glossary: "method" - wrap to 80
1 parent ef23fe0 commit e2da445

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Doc/glossary.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,10 +1019,11 @@ Glossary
10191019
More information can be found in :ref:`metaclasses`.
10201020

10211021
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-
1022+
A :term:`function` which is defined inside a :term:`class` body. If
1023+
called as an :term:`attribute` of an instance of that class, the method
1024+
will get the instance object as its first :term:`argument` (which is
1025+
usually called ``self``).
1026+
10261027
See also :term:`nested scope`.
10271028

10281029
method resolution order

0 commit comments

Comments
 (0)