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

Skip to content

Commit 75cb8f5

Browse files
committed
Merged revisions 87486 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r87486 | eric.araujo | 2010-12-26 03:18:49 +0100 (dim., 26 déc. 2010) | 2 lines Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) ........
1 parent 5fff147 commit 75cb8f5

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)