Skip to content

Commit 78db25e

Browse files
committed
docs: fix return type of ItemSearch.items_as_dicts
1 parent a15b169 commit 78db25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac_client/item_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ def items_as_dicts(self) -> Iterator[Dict[str, Any]]:
657657
each page of results.
658658
659659
Yields:
660-
Item : each Item matching the search criteria
660+
Dict[str, Any] : each Item matching the search criteria as a JSON dictionary
661661
"""
662662
nitems = 0
663663
for page in self._stac_io.get_pages(

0 commit comments

Comments
 (0)