summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-12-26 02:24:42 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-12-26 02:24:42 (GMT)
commit5c804ffa6e226e2cb81aace55337b55119f9d6c5 (patch)
tree2cdbe22199701922ec813f012a0ebd3d59afb2cb /Doc
parent770f4be5e014ee010de5a2692fbbeff8b3694745 (diff)
downloadcpython-5c804ffa6e226e2cb81aace55337b55119f9d6c5.zip
cpython-5c804ffa6e226e2cb81aace55337b55119f9d6c5.tar.gz
cpython-5c804ffa6e226e2cb81aace55337b55119f9d6c5.tar.bz2
Merged revisions 87486 via svnmerge from
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) ........
Diffstat (limited to 'Doc')
-rw-r--r--Doc/reference/datamodel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 6245274..ddffbb3 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -689,7 +689,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*.
Class Types
Class types, or "new-style classes," are callable. These objects normally act