Skip to content

Commit

Permalink
Fix comment (#1048)
Browse files Browse the repository at this point in the history
Fix a copy-paste error.
  • Loading branch information
MarkZH authored Nov 22, 2024
1 parent 2d4d7f2 commit bfd6d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def hours(time_in_hours: float) -> datetime.timedelta:


def days(time_in_days: float) -> datetime.timedelta:
"""Create a timedelta duration in minutes."""
"""Create a timedelta duration in days."""
return datetime.timedelta(days=time_in_days)


Expand Down

0 comments on commit bfd6d86

Please sign in to comment.