Skip to content

Commit

Permalink
Update src/time_machine/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Johnson <[email protected]>
  • Loading branch information
AgDude and adamchainz authored Nov 4, 2022
1 parent 8226a3a commit 081c56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time_machine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def extract_timestamp_tzname(
elif isinstance(dest, dt.timedelta):
if coordinates_stack:
raise TypeError(
"Timedelta destination is not supported when already time travelling."
"timedelta destination is not supported when already time travelling."
)
timestamp = time() + dest.total_seconds()
elif isinstance(dest, dt.date):
Expand Down

0 comments on commit 081c56b

Please sign in to comment.