diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-02 02:43:17 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-02 02:43:17 (GMT) |
commit | d7df712ed73050d2f89042c8d966286e591586cb (patch) | |
tree | 22673eff63355553667e62fa06361fe635edf6b8 | |
parent | f29882d8e747deb3967c62a14d4285260b2cad89 (diff) | |
download | cpython-d7df712ed73050d2f89042c8d966286e591586cb.zip cpython-d7df712ed73050d2f89042c8d966286e591586cb.tar.gz cpython-d7df712ed73050d2f89042c8d966286e591586cb.tar.bz2 |
SF #1547931, fix typo (missing and). Will backport to 2.5
-rw-r--r-- | Doc/ref/ref3.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 15fc188..9c84ed9 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 |