Skip to content

Commit

Permalink
Update documentation hint to date type
Browse files Browse the repository at this point in the history
I am pretty sure [`datetime`](https://docs.python.org/3/library/datetime.html#date-objects) is intended instead of [`dateutils`](https://pypi.org/project/dateutils/)
  • Loading branch information
leingang authored Aug 20, 2022
1 parent 9be3e1b commit 2677640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icalevents/icalevents.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def events(
:param url: iCal URL
:param file: iCal file path
:param string_content: iCal content as string
:param start: start date (see dateutils.date)
:param end: end date (see dateutils.date)
:param start: start date (see datetime.date)
:param end: end date (see datetime.date)
:param fix_apple: fix known Apple iCal issues
:return: events as list of dictionaries
"""
Expand Down

0 comments on commit 2677640

Please sign in to comment.