]> granicus.if.org Git - python/commitdiff
Fix typo spotted by Rodrigo Bernardo Pimentel (#9891)
authorÉric Araujo <merwok@netwok.org>
Sun, 26 Dec 2010 02:18:49 +0000 (02:18 +0000)
committerÉric Araujo <merwok@netwok.org>
Sun, 26 Dec 2010 02:18:49 +0000 (02:18 +0000)
Doc/reference/datamodel.rst

index adedefc99c0fb5630e131c9b5248e52be89fa948..e24a8e7df053a36f47b7e2ddd50510ee8cd4398b 100644 (file)
@@ -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