From eef8a0e1e6e5fbfdd0d86c31a5907fef681fb9f9 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Wed, 18 Sep 2024 07:44:15 -0400 Subject: [PATCH] Fix a typo in the docs --- src/crashstats_tools/libcrashstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crashstats_tools/libcrashstats.py b/src/crashstats_tools/libcrashstats.py index 57e7620..ce3fffb 100644 --- a/src/crashstats_tools/libcrashstats.py +++ b/src/crashstats_tools/libcrashstats.py @@ -112,7 +112,7 @@ def supersearch_return_query( """Performs search with _return_query parameter and returns elasticsearch query :arg dict params: dict of super search parameters to base the query on - :arg varies num: number of results to get or INFINITY + :arg varies num_results: number of results to get or INFINITY :arg str host: the host to query :arg str api_token: the API token to use or None :arg varies logger: logger to use for printing what it's doing