[Python-checkins] r42915 - peps/trunk/pep-0225.txt
georg.brandl
python-checkins at python.org
Wed Mar 8 16:37:33 CET 2006
Author: georg.brandl
Date: Wed Mar 8 16:37:33 2006
New Revision: 42915
Modified:
peps/trunk/pep-0225.txt
Log:
typo
Modified: peps/trunk/pep-0225.txt
==============================================================================
--- peps/trunk/pep-0225.txt (original)
+++ peps/trunk/pep-0225.txt Wed Mar 8 16:37:33 2006
@@ -106,7 +106,7 @@
For example, __tadd__ and __rtadd__ work for ~+ just as __add__
and __radd__ work for +.
- - As with exiting operators, the __r*__() methods are invoked when
+ - As with existing operators, the __r*__() methods are invoked when
the left operand does not provide the appropriate method.
It is intended that one set of op or ~op is used for elementwise
More information about the Python-checkins
mailing list