]> granicus.if.org Git - python/commitdiff
Bug #1531349: right <-> left glitch in __rop__ description.
authorGeorg Brandl <georg@python.org>
Sun, 30 Jul 2006 20:18:51 +0000 (20:18 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 30 Jul 2006 20:18:51 +0000 (20:18 +0000)
Doc/ref/ref3.tex

index 1fd68cb36e78147e8d8ed81d0d70a74575ac65b5..8ec9e2b18eda4ba223652a5909fec8f7108eebfd 100644 (file)
@@ -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}