From: Éric Araujo Date: Sun, 26 Dec 2010 02:18:49 +0000 (+0000) Subject: Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) X-Git-Tag: v3.2rc1~340 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9562f3cbefea4aabe2328a20d64352dacd9b731;p=thirdparty%2FPython%2Fcpython.git Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index adedefc99c0f..e24a8e7df053 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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