Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcc6d32

Browse files
committed
Fix merge glitch.
1 parent 3fc2ca3 commit dcc6d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_decimal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def __ne__(self, other):
511511
('+', '__add__', '__radd__'),
512512
('-', '__sub__', '__rsub__'),
513513
('*', '__mul__', '__rmul__'),
514-
('/', '__truediv__', '__rtruediv__')
514+
('/', '__truediv__', '__rtruediv__'),
515515
('%', '__mod__', '__rmod__'),
516516
('//', '__floordiv__', '__rfloordiv__'),
517517
('**', '__pow__', '__rpow__')

0 commit comments

Comments
 (0)