From cc54a6562839dc886a654346358cb6aa99e2ed95 Mon Sep 17 00:00:00 2001 From: Sherwin Varghese <141290943+Sherwin-14@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:29:32 +0530 Subject: [PATCH] Adjusted docstrings for store.py Co-authored-by: Chuck Daniels --- earthaccess/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthaccess/store.py b/earthaccess/store.py index 5d22c869..80c9f82b 100644 --- a/earthaccess/store.py +++ b/earthaccess/store.py @@ -225,7 +225,7 @@ def get_s3_filesystem( provider: Optional[str] = None, endpoint: Optional[str] = None, ) -> s3fs.S3FileSystem: - """Returns a s3fs instance for a given cloud provider / DAAC. + """Return an `s3fs.S3FileSystem` instance for a given cloud provider / DAAC. Parameters: daac: any of the DAACs, e.g. NSIDC, PODAAC