Kaydet (Commit) 5c804ffa authored tarafından Éric Araujo's avatar Éric Araujo

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)
........
üst 770f4be5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment