[Python-checkins] r51682 - python/branches/release25-maint/Doc/ref/ref3.tex

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


Author: neal.norwitz
Date: Sat Sep  2 04:45:43 2006
New Revision: 51682

Modified:
   python/branches/release25-maint/Doc/ref/ref3.tex
Log:
SF #1547931, fix typo (missing and).  Backport candidate for 2.3/2.4 too

Modified: python/branches/release25-maint/Doc/ref/ref3.tex
==============================================================================
--- python/branches/release25-maint/Doc/ref/ref3.tex	(original)
+++ python/branches/release25-maint/Doc/ref/ref3.tex	Sat Sep  2 04:45:43 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