summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/ref/ref3.tex')
-rw-r--r--Doc/ref/ref3.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex
index 97c03f8..35d137e 100644
--- a/Doc/ref/ref3.tex
+++ b/Doc/ref/ref3.tex
@@ -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}