Skip to content

Commit 23f304a

Browse files
committed
fix get items recursive documentation
1 parent 5fae268 commit 23f304a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pystac_client/client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,9 @@ def get_items(
450450
451451
Args:
452452
ids: Zero or more item ids to find.
453-
recursive: unused in pystac-client, but needed for falling back to pystac
454-
453+
recursive: If this client conforms to the ITEM_SEARCH conformance class,
454+
this is unused and this will always yield items recursively.
455+
Otherwise, this will only return items recursively if True or None.
455456
Return:
456457
Iterator[Item]: Iterator of items whose parent is this
457458
catalog.

0 commit comments

Comments
 (0)