Skip to content

Commit a1997e9

Browse files
committed
typo fixup
1 parent f2d8447 commit a1997e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arithmetic/test_timedelta64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ def test_td64arr_mul_tdlike_scalar_raises(self, two_hours, box_with_array):
14761476
[
14771477
"argument must be an integer",
14781478
"cannot use operands with types dtype",
1479-
r"unsupported operand type(s) for \*",
1479+
r"unsupported operand type\(s\) for \*",
14801480
]
14811481
)
14821482
with pytest.raises(TypeError, match=msg):

0 commit comments

Comments
 (0)