Skip to content

Commit

Permalink
Merge pull request #199 from lawther/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
kuzmoyev authored Oct 28, 2024
2 parents 02dc100 + 871997b commit 1e5748f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Create recurring event
**Suggestion**: use beautiful_date_ to create `date` and `datetime` objects in your
projects (*because its beautiful... just like you*).
projects (*because it's beautiful... just like you*).


References
Expand Down
2 changes: 1 addition & 1 deletion gcsa/_services/events_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_events(
"""Lists events.
:param time_min:
Staring date/datetime
Starting date/datetime
:param time_max:
Ending date/datetime
:param order_by:
Expand Down

0 comments on commit 1e5748f

Please sign in to comment.