Skip to content

Commit 89e7527

Browse files
committed
Post-merge fixup
1 parent 3198f2f commit 89e7527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ class Timedelta(_Timedelta):
19431943
result = round_nsint64(arr, mode, unit)[0]
19441944
except OverflowError as err:
19451945
raise OutOfBoundsTimedelta(
1946-
f"Cannot round {self} to freq={orig} without overflow"
1946+
f"Cannot round {self} to freq={freq} without overflow"
19471947
) from err
19481948
return Timedelta._from_value_and_reso(result, self._creso)
19491949

0 commit comments

Comments
 (0)