Index: Doc/reference/datamodel.rst =================================================================== --- Doc/reference/datamodel.rst (revision 84877) +++ Doc/reference/datamodel.rst (working copy) @@ -689,7 +689,7 @@ 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