We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39600e commit 7365530Copy full SHA for 7365530
1 file changed
docs/remote.rst
@@ -148,7 +148,7 @@ the ``s3fs`` documentation for details).
148
149
# Configure a client to avoid the need for AWS credentials
150
s3_client = s3fs.S3FileSystem(
151
- anon=True, # no credentials needed to access pubilc data
+ anon=True, # no credentials needed to access public data
152
default_block_size=500_000, # see note below
153
use_ssl=False # disable encryption for a further speed boost
154
)
0 commit comments