Skip to content

Commit 49d8dc5

Browse files
CPBridgepieper
andauthored
Update data/downloading-data/direct-loading.md
Co-authored-by: Steve Pieper <[email protected]>
1 parent d284e78 commit 49d8dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/downloading-data/direct-loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ file_urls = idc_client.get_series_file_URLs(
115115

116116
# Configure a client to avoid the need for AWS credentials
117117
s3_client = s3fs.S3FileSystem(
118-
anon=True, # no credentials needed to access pubilc data
118+
anon=True, # no credentials needed to access public data
119119
default_block_size=50_000, # ~50kB data pulled in each request
120120
use_ssl=False # disable encryption for a speed boost
121121
)

0 commit comments

Comments
 (0)