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 @@ -387,8 +387,8 @@ the corresponding function with an argument list that is created by inserting
387387the method's instance object before the first argument.
388388
389389If you still don't understand how methods work, a look at the implementation can
390- perhaps clarify matters. When an instance attribute is referenced that isn't a
391- data attribute, its class is searched. If the name denotes a valid class
390+ perhaps clarify matters. When a non-data attribute of an instance is
391+ referenced, the instance's class is searched. If the name denotes a valid class
392392attribute that is a function object, a method object is created by packing
393393(pointers to) the instance object and the function object just found together in
394394an 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