[Python-checkins] r51681 - python/trunk/Doc/ref/ref3.tex

neal.norwitz python-checkins at python.org
Sat Sep 2 04:43:19 CEST 2006


Author: neal.norwitz
Date: Sat Sep  2 04:43:17 2006
New Revision: 51681

Modified:
   python/trunk/Doc/ref/ref3.tex
Log:
SF #1547931, fix typo (missing and).  Will backport to 2.5

Modified: python/trunk/Doc/ref/ref3.tex
==============================================================================
--- python/trunk/Doc/ref/ref3.tex	(original)
+++ python/trunk/Doc/ref/ref3.tex	Sat Sep  2 04:43:17 2006
@@ -762,7 +762,7 @@
 (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


More information about the Python-checkins mailing list