From: Georg Brandl Date: Sun, 30 Jul 2006 20:18:54 +0000 (+0000) Subject: Bug #1531349: right <-> left glitch in __rop__ description. X-Git-Tag: v2.4.4c1~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29397de1d16aacab44e7926fca7e6d62dad6d44b;p=thirdparty%2FPython%2Fcpython.git Bug #1531349: right <-> left glitch in __rop__ description. (backport from rev. 50990) --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index a49dec3cc4fb..15072360aa66 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -1892,7 +1892,7 @@ complicated). \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}