Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9562f3

Browse files
committed
Fix typo spotted by Rodrigo Bernardo Pimentel (#9891)
1 parent 667d4b5 commit c9562f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Callable types
618618
an object passed to the C function as an implicit extra argument. An example of
619619
a built-in method is ``alist.append()``, assuming *alist* is a list object. In
620620
this case, the special read-only attribute :attr:`__self__` is set to the object
621-
denoted by *list*.
621+
denoted by *alist*.
622622

623623
Classes
624624
Classes are callable. These objects normally act as factories for new

0 commit comments

Comments
 (0)