mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typo spotted by Rodrigo Bernardo Pimentel (#9891)
This commit is contained in:
parent
667d4b577f
commit
c9562f3cbe
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ Callable types
|
|||
an object passed to the C function as an implicit extra argument. An example of
|
||||
a built-in method is ``alist.append()``, assuming *alist* is a list object. In
|
||||
this case, the special read-only attribute :attr:`__self__` is set to the object
|
||||
denoted by *list*.
|
||||
denoted by *alist*.
|
||||
|
||||
Classes
|
||||
Classes are callable. These objects normally act as factories for new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue