Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 authored Nov 7, 2024
1 parent f82c96b commit ea37fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paint/data/stac_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class StacClient:
Attributes
----------
output_dir : pathlib.Path
The output directory for saving the downloaded data.`
chunk_size: int
Chunk size used for download (Default: `1024 * 1024).
The output directory for saving the downloaded data.
chunk_size : int
Chunk size used for download (Default: 1024 * 1024).
Methods
-------
Expand Down

0 comments on commit ea37fb0

Please sign in to comment.