]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1531349: right <-> left glitch in __rop__ description.
authorGeorg Brandl <georg@python.org>
Sun, 30 Jul 2006 20:18:54 +0000 (20:18 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 30 Jul 2006 20:18:54 +0000 (20:18 +0000)
 (backport from rev. 50990)

Doc/ref/ref3.tex

index a49dec3cc4fbdc0c2ac462c66d82e0073bdf61d7..15072360aa66623683ea77234bbcae3e8791f978 100644 (file)
@@ -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}