Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Feb 12, 2024
1 parent f7e58ac commit 484ad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kbmod/search/pydocs/stack_search_docs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 484ad80

Please sign in to comment.