Skip to content

Commit

Permalink
Adjusted docstrings for store.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Daniels <[email protected]>
  • Loading branch information
Sherwin-14 and chuckwondo authored Jul 23, 2024
1 parent 692a283 commit cc54a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthaccess/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc54a65

Please sign in to comment.