summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-09-02 02:45:43 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-09-02 02:45:43 +0000
commit38b9460b4a4e15faf86e14b262076fe8fb142a4d (patch)
tree3d837823bb759d8e1beab36a06d1e80b3bcdcbb6
parent097bbea4b697267d29cacd4d048873f2239f8550 (diff)
downloadcpython-git-38b9460b4a4e15faf86e14b262076fe8fb142a4d.tar.gz
SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 too
-rw-r--r--Doc/ref/ref3.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex
index 15fc18820e..9c84ed9846 100644
--- a/Doc/ref/ref3.tex
+++ b/Doc/ref/ref3.tex
@@ -762,7 +762,7 @@ user-defined method object whose associated class is the class
(call it~\class{C}) of the instance for which the attribute reference
was initiated or one of its bases,
it is transformed into a bound user-defined method object whose
-\member{im_class} attribute is~\class{C} whose \member{im_self} attribute
+\member{im_class} attribute is~\class{C} and whose \member{im_self} attribute
is the instance. Static method and class method objects are also
transformed, as if they had been retrieved from class~\class{C};
see above under ``Classes''. See section~\ref{descriptors} for