[Python-checkins] r50991 - python/branches/release24-maint/Doc/ref/ref3.tex

georg.brandl python-checkins at python.org
Sun Jul 30 22:18:55 CEST 2006


Author: georg.brandl
Date: Sun Jul 30 22:18:54 2006
New Revision: 50991

Modified:
   python/branches/release24-maint/Doc/ref/ref3.tex
Log:
Bug #1531349: right <-> left glitch in __rop__ description.
 (backport from rev. 50990)

Modified: python/branches/release24-maint/Doc/ref/ref3.tex
==============================================================================
--- python/branches/release24-maint/Doc/ref/ref3.tex	(original)
+++ python/branches/release24-maint/Doc/ref/ref3.tex	Sun Jul 30 22:18:54 2006
@@ -1892,7 +1892,7 @@
 
 \note{If the right operand's type is a subclass of the left operand's
       type and that subclass provides the reflected method for the
-      operation, this method will be called before the right operand's
+      operation, this method will be called before the left operand's
       non-reflected method.  This behavior allows subclasses to
       override their ancestors' operations.}
 \end{methoddesc}


More information about the Python-checkins mailing list