Skip to content

Commit

Permalink
docs: grammar
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Engmark <[email protected]>
  • Loading branch information
paulfouquet and l0b0 authored Jan 14, 2024
1 parent 6cfc848 commit bd447fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/files/fs_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def list_files_in_uri(uri: str, suffixes: Tuple[str, ...], s3_client: Optional[c
s3_client: an s3 client
Returns:
a list of file path
a list of file paths
"""
if not s3_client:
s3_client = client("s3")
Expand Down

0 comments on commit bd447fe

Please sign in to comment.