Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667d4b5 commit c9562f3Copy full SHA for c9562f3
1 file changed
Doc/reference/datamodel.rst
@@ -618,7 +618,7 @@ Callable types
618
an object passed to the C function as an implicit extra argument. An example of
619
a built-in method is ``alist.append()``, assuming *alist* is a list object. In
620
this case, the special read-only attribute :attr:`__self__` is set to the object
621
- denoted by *list*.
+ denoted by *alist*.
622
623
Classes
624
Classes are callable. These objects normally act as factories for new
0 commit comments