Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
injust authored and ariebovenberg committed Jan 8, 2025
1 parent d3bbfe2 commit 9aeaf23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pysrc/whenever/_pywhenever.py
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ class TimeDelta(_ImmutableBase):
Note
----
A shorter was to instantiate a timedelta is to use the helper functions
A shorter way to instantiate a timedelta is to use the helper functions
:func:`~whenever.hours`, :func:`~whenever.minutes`, etc.
"""
Expand Down
2 changes: 1 addition & 1 deletion src/docstrings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ TimeDelta(01:30:00)
Note
----
A shorter was to instantiate a timedelta is to use the helper functions
A shorter way to instantiate a timedelta is to use the helper functions
:func:`~whenever.hours`, :func:`~whenever.minutes`, etc.
";
Expand Down

0 comments on commit 9aeaf23

Please sign in to comment.