]> granicus.if.org Git - python/commitdiff
User-defined methods *can* contain things other than user-defined functions
authorFred Drake <fdrake@acm.org>
Thu, 2 Aug 2001 21:34:53 +0000 (21:34 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 Aug 2001 21:34:53 +0000 (21:34 +0000)
as the callable, so use more flexible language.

Doc/ref/ref3.tex

index 97c03f8756fb4f3e90059fda5f77b56361b79d65..35d137e4f303fa9c7d777b7c7480c33d71e6f3d7 100644 (file)
@@ -446,7 +446,8 @@ unless nested scopes are enabled.  (See the appendix.)
 
 \item[User-defined methods]
 A user-defined method object combines a class, a class instance (or
-\code{None}) and a user-defined function.
+\code{None}) and any callable object (normally a user-defined
+function).
 \obindex{method}
 \obindex{user-defined method}
 \indexii{user-defined}{method}