Skip to content

Commit df2081b

Browse files
authored
docs: a S3 -> an S3
1 parent 6ddff4f commit df2081b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ print(group)
138138
```
139139

140140
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").
141-
In case a specific filesystem is needed, one can explicitly create it. For example to create a S3 filesystem:
141+
In case a specific filesystem is needed, one can explicitly create it. For example to create an S3 filesystem:
142142

143143
```python exec="true" session="storage" source="above" result="ansi"
144144
# Note: requires s3fs to be installed

0 commit comments

Comments
 (0)