From 5b654ea774895906edd98ca2dce462e0b587db3a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 30 Jul 2006 20:18:51 +0000 Subject: Bug #1531349: right <-> left glitch in __rop__ description. --- Doc/ref/ref3.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 1fd68cb..8ec9e2b 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -1940,7 +1940,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} -- cgit v0.12