Skip to content

Commit 6748474

Browse files
committed
Update docstrings
1 parent 7ee8533 commit 6748474

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stactask/task.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@ def download_item_assets(
250250
251251
Args:
252252
item (pystac.Item): STAC Item for which assets need be downloaded.
253-
assets (Optional[list[str]]): List of asset keys to download.
254-
Defaults to all assets.
255253
path_template (Optional[str]): String to be interpolated to specify
256254
where to store downloaded files.
255+
config (Optional[DownloadConfig]): Configuration for downloading an item
256+
and its assets.
257257
keep_original_filenames (Optional[bool]): Controls whether original
258258
file names should be used, or asset key + extension.
259259
"""
@@ -280,10 +280,10 @@ def download_items_assets(
280280
Args:
281281
items (list[pystac.Item]): List of STAC Items for which assets need
282282
be downloaded.
283-
assets (Optional[list[str]]): List of asset keys to download.
284-
Defaults to all assets.
285283
path_template (Optional[str]): String to be interpolated to specify
286284
where to store downloaded files.
285+
config (Optional[DownloadConfig]): Configuration for downloading items
286+
and their assets.
287287
keep_original_filenames (Optional[bool]): Controls whether original
288288
file names should be used, or asset key + extension.
289289
"""

0 commit comments

Comments
 (0)