Skip to content

Commit

Permalink
Codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Aug 3, 2023
1 parent 6483891 commit 78dbd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/implementations/cache_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, storage: list[str]):
----------
storage: list[str]
Directories containing cached files, must be at least one. Metadata
is stored in the last of these directores by convention.
is stored in the last of these directories by convention.
"""
if not storage:
raise ValueError("CacheMetadata expects at least one storage location")
Expand Down

0 comments on commit 78dbd0f

Please sign in to comment.