diff --git a/src/kbmod/search/pydocs/stack_search_docs.h b/src/kbmod/search/pydocs/stack_search_docs.h index 0a9dea843..2ccbf73c2 100644 --- a/src/kbmod/search/pydocs/stack_search_docs.h +++ b/src/kbmod/search/pydocs/stack_search_docs.h @@ -163,7 +163,7 @@ static const auto DOC_StackSearch_get_results = R"doc( ---------- start : `int` The starting index of the results to retrieve. Returns - an empty list is start is past the end of the cache. + an empty list if start is past the end of the cache. count : `int` The maximum number of results to retrieve. Returns fewer results if there are not enough in the cache.