]> granicus.if.org Git - python/commitdiff
Merged revisions 87486 via svnmerge from
authorÉric Araujo <merwok@netwok.org>
Sun, 26 Dec 2010 02:21:30 +0000 (02:21 +0000)
committerÉric Araujo <merwok@netwok.org>
Sun, 26 Dec 2010 02:21:30 +0000 (02:21 +0000)
svn+ssh://pythondev@svn.python.org/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)
........

Doc/reference/datamodel.rst

index b33c1a1ff733c3bbdf666bc5cc70b9acc9dc7251..5c32f85680ef3f1c61dcbb9ab687cd46b4579ff4 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