Skip to content

Commit

Permalink
Docstring error fix (#60)
Browse files Browse the repository at this point in the history
* fix: errors in docstrings

* fix: errors in docstrings
  • Loading branch information
elliot-100 authored Feb 3, 2023
1 parent 163b9f0 commit 9d08695
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spond/spond.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,10 @@ async def get_events(
Uses `scheduled` API parameter.
max_end : datetime, optional
Only include events which end before or at this datetime.
Defaults to 100 for performance reasons.
Uses `maxEndTimestamp` API parameter; relates to `endTimestamp` event
attribute.
max_start : datetime, optional
Only include events which start before or at this datetime.
Defaults to 100 for performance reasons.
Uses `maxStartTimestamp` API parameter; relates to `startTimestamp` event
attribute.
min_end : datetime, optional
Expand Down

0 comments on commit 9d08695

Please sign in to comment.