File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
328328the method's object before the first argument.
329329
330330If 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
333333attribute that is a function object, a method object is created by packing
334334(pointers to) the instance object and the function object just found together in
335335an 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