typo
This commit is contained in:
parent
0712a985bd
commit
03519daebc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue