Skip to content

Commit e31f332

Browse files
committed
Run pre-commit
1 parent 9e9bc06 commit e31f332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ API. ``storage_options`` can be used to configure the fsspec backend.:
8989

9090
The type of filesystem (e.g. S3, https, etc..) is inferred from the scheme of the url (e.g. s3 for "**s3**://noaa-nwm-retro-v2-zarr-pds").
9191
In case a specific filesystem is needed, one can explicitly create it. For example to create a S3 filesystem:
92-
92+
9393
>>> import fsspec
9494
>>> fs = fsspec.filesystem(
9595
... 's3', anon=True, asynchronous=True,

0 commit comments

Comments
 (0)