Skip to content

Commit 960866a

Browse files
authored
Correct install GCS example in docs (#1291)
* Correct install GCS example in docs * Add afile to codespell list of ignore words
1 parent f511ed2 commit 960866a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ skip = *.css*,.git,build
55
# cachable - historically happened
66
# falsy - too cute although used only once and could be made strict bool
77
# doas - used as argument to some call in WebHDFS
8-
ignore-words-list = fo,dne,fro,hel,cachable,falsy,doas
8+
ignore-words-list = fo,dne,fro,hel,cachable,falsy,doas,afile

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Installation
8080
conda install -c conda-forge fsspec
8181
8282
Not all filesystem implementations are available without installing extra
83-
dependencies. For example to be able to access data in S3, you can use the optional
83+
dependencies. For example to be able to access data in GCS, you can use the optional
8484
pip install syntax below, or install the specific package required
8585

8686
.. code-block:: sh

0 commit comments

Comments
 (0)