summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-30 20:18:51 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-30 20:18:51 (GMT)
commit5b654ea774895906edd98ca2dce462e0b587db3a (patch)
treea7504909e6b18b27b05645d8a411db28ae7c9547
parent313f8a903c6ad5fd7adc1167540becca3381dbb3 (diff)
downloadcpython-5b654ea774895906edd98ca2dce462e0b587db3a.zip
cpython-5b654ea774895906edd98ca2dce462e0b587db3a.tar.gz
cpython-5b654ea774895906edd98ca2dce462e0b587db3a.tar.bz2
Bug #1531349: right <-> left glitch in __rop__ description.
-rw-r--r--Doc/ref/ref3.tex2
1 files changed, 1 insertions, 1 deletions
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}