File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,8 +328,8 @@ the corresponding function with an argument list that is created by inserting
328
328
the method's object before the first argument.
329
329
330
330
If you still don't understand how methods work, a look at the implementation can
331
- perhaps clarify matters. When an instance attribute is referenced that isn't a
332
- data attribute, its class is searched. If the name denotes a valid class
331
+ perhaps clarify matters. When a non-data attribute of an instance is
332
+ referenced, the instance's class is searched. If the name denotes a valid class
333
333
attribute that is a function object, a method object is created by packing
334
334
(pointers to) the instance object and the function object just found together in
335
335
an abstract object: this is the method object. When the method object is called
You can’t perform that action at this time.
0 commit comments