Skip to content

Commit

Permalink
Merge pull request #113 from leingang/patch-1
Browse files Browse the repository at this point in the history
Update documentation hint to date type
  • Loading branch information
eigenmannmartin authored Aug 29, 2024
2 parents 32848e4 + 2677640 commit f9dedc0
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 @@ -30,8 +30,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
:param tzinfo: return values in specified tz
:param sort: sort return values
Expand Down

0 comments on commit f9dedc0

Please sign in to comment.