File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments