This commit is contained in:
Georg Brandl 2006-03-08 15:37:33 +00:00
parent 0712a985bd
commit 03519daebc
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ Proposed extension
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