mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Fix merge glitch.
This commit is contained in:
parent
3fc2ca3884
commit
dcc6d32ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ def __ne__(self, other):
|
|||
('+', '__add__', '__radd__'),
|
||||
('-', '__sub__', '__rsub__'),
|
||||
('*', '__mul__', '__rmul__'),
|
||||
('/', '__truediv__', '__rtruediv__')
|
||||
('/', '__truediv__', '__rtruediv__'),
|
||||
('%', '__mod__', '__rmod__'),
|
||||
('//', '__floordiv__', '__rfloordiv__'),
|
||||
('**', '__pow__', '__rpow__')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue