Skip to content

Commit

Permalink
Update extensions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Ximenes Mendes <dxmendes1@gmail.com>
  • Loading branch information
bh2smith and diegoximenes committed Sep 8, 2023
1 parent 6b4d4ce commit 37ff8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune_client/api/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get_latest_result(self, query: Union[QueryBase, str, int]) -> ResultsRespons

def download_csv(self, query: Union[QueryBase, str, int]) -> ExecutionResultCSV:
"""
Almost like an alias for `get_latest_results` but for the csv endpoint.
Almost like an alias for `get_latest_result` but for the csv endpoint.
https://dune.com/docs/api/api-reference/get-results/latest-results
"""
params, query_id = parse_query_object_or_id(query)
Expand Down

0 comments on commit 37ff8ed

Please sign in to comment.