Skip to content

Commit 7365530

Browse files
committed
doc spelling
1 parent f39600e commit 7365530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/remote.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ the ``s3fs`` documentation for details).
148148
149149
# Configure a client to avoid the need for AWS credentials
150150
s3_client = s3fs.S3FileSystem(
151-
anon=True, # no credentials needed to access pubilc data
151+
anon=True, # no credentials needed to access public data
152152
default_block_size=500_000, # see note below
153153
use_ssl=False # disable encryption for a further speed boost
154154
)

0 commit comments

Comments
 (0)