Skip to content

Commit

Permalink
Post-merge fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Oct 13, 2023
1 parent 3198f2f commit 89e7527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/timedeltas.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ class Timedelta(_Timedelta):
result = round_nsint64(arr, mode, unit)[0]
except OverflowError as err:
raise OutOfBoundsTimedelta(
f"Cannot round {self} to freq={orig} without overflow"
f"Cannot round {self} to freq={freq} without overflow"
) from err
return Timedelta._from_value_and_reso(result, self._creso)

Expand Down

0 comments on commit 89e7527

Please sign in to comment.