Skip to content

Commit

Permalink
add return docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IanRFerguson committed Aug 15, 2023
1 parent 9fac64d commit 0b7a188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsons/pdi/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ def get_event_activities(self, start_date, end_date, limit=None):
Specify limit to return (max=2000)
`Returns`:
Parsons Table with event activity responses
"""

if limit and limit > 2000:
Expand Down

0 comments on commit 0b7a188

Please sign in to comment.