Skip to content

Commit

Permalink
typo: buy -> by (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves authored Feb 29, 2024
1 parent 2c4f2dc commit c13f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/foundations/01_kerchunk_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"In this example we are passing a few kwargs. In short they are:\n",
"- `anon=True`: This is a `s3fs` kwarg that specifies you are not passing any connection credentials and are connecting to a public bucket.\n",
"- `default_fill_cache=False`: `s3fs` kwarg that avoids caching in between chunks of files. This may lower memory usage when reading large files.\n",
"- `default_cache_type=\"first\"`: `fsspec` kwarg that specifies the caching strategy used buy `fsspec`. In this case, `first` caches the first block of a file only.\n",
"- `default_cache_type=\"first\"`: `fsspec` kwarg that specifies the caching strategy used by `fsspec`. In this case, `first` caches the first block of a file only.\n",
"\n",
"Don't worry too much about the details here; the cache options are those that have typically proven efficient for HDF5 files. "
]
Expand Down

0 comments on commit c13f187

Please sign in to comment.