Skip to content

Commit ed725ce

Browse files
authored
Client.search: fix parameter documentation (#789)
1 parent 11acd6e commit ed725ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac_client/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def search(
499499
500500
This method returns an :class:`~pystac_client.ItemSearch` instance. See that
501501
class's documentation for details on how to get the number of matches and
502-
iterate over results. The ``url``, `stac_io``, and ``client`` keywords are
502+
iterate over results. The ``url``, ``stac_io``, and ``client`` keywords are
503503
supplied by this Client instance.
504504
505505
.. warning::

0 commit comments

Comments
 (0)