From ea37fb030ff58ee89a01d9d6535d7e18f02b5de3 Mon Sep 17 00:00:00 2001 From: Marie Weiel Date: Thu, 7 Nov 2024 18:26:53 +0100 Subject: [PATCH] fix docstring --- paint/data/stac_client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paint/data/stac_client.py b/paint/data/stac_client.py index df2c260..2a9dda0 100644 --- a/paint/data/stac_client.py +++ b/paint/data/stac_client.py @@ -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 -------