Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Mar 6, 2024
1 parent a2c9527 commit faac3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weldx/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def resample(self, number_or_interval: int | types_timedelta_like):
TimedeltaIndex([ '0 days 00:00:03', '0 days 00:00:04.500000',
'0 days 00:00:06', '0 days 00:00:07.500000',
'0 days 00:00:09'],
dtype='timedelta64[ns]', freq='1500L')
dtype='timedelta64[ns]', freq='1500ms')
"""
if len(self) <= 1:
Expand Down

0 comments on commit faac3a0

Please sign in to comment.