Skip to content

Commit

Permalink
Fix docstring typo. Closes #640.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed May 2, 2022
1 parent 5340f5d commit 651c0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/falconpy/report_executions.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_download(self: object, *args, parameters: dict = None, **kwargs) -> dict
Arguments: When not specified, the first argument to this method is assumed to be 'ids'.
All others are ignored.
Returns: dict object containing API response.
Returns: binary object on SUCCESS, dict object containing API response on FAILURE.
HTTP Method: GET
Expand Down

0 comments on commit 651c0cc

Please sign in to comment.