]> granicus.if.org Git - python/commitdiff
SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 too
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Sep 2006 02:45:43 +0000 (02:45 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Sep 2006 02:45:43 +0000 (02:45 +0000)
Doc/ref/ref3.tex

index 15fc18820eebd4ec9efcad7717f26bb8f1a51c79..9c84ed9846748a48c349143fc9262382101008fd 100644 (file)
@@ -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