Skip to content

Commit

Permalink
Remove inaccurate docstring (#653)
Browse files Browse the repository at this point in the history
* Remove inaccurate docstring

This `max_items` parameter actually defaults to None, not 100.

* appease ruff
  • Loading branch information
sachsbl authored Mar 13, 2024
1 parent 7f6afec commit 7d44e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pystac_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ def search(
total number of Items returned from the :meth:`items`,
:meth:`item_collections`, and :meth:`items_as_dicts methods`. The client
will continue to request pages of items until the number of max items is
reached. This parameter defaults to 100. Setting this to ``None`` will
allow iteration over a possibly very large number of results.
reached. Setting this to ``None`` will allow iteration over a possibly
very large number of results.
limit: A recommendation to the service as to the number of items to return
*per page* of results. Defaults to 100.
ids: List of one or more Item ids to filter on.
Expand Down

0 comments on commit 7d44e8b

Please sign in to comment.