From 651c0ccc24f670614d49b6004204879c81bb836a Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Mon, 2 May 2022 17:35:20 -0400 Subject: [PATCH] Fix docstring typo. Closes #640. --- src/falconpy/report_executions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/falconpy/report_executions.py b/src/falconpy/report_executions.py index afe93c207..7ded465d0 100644 --- a/src/falconpy/report_executions.py +++ b/src/falconpy/report_executions.py @@ -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