Skip to content

Commit

Permalink
doc: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Mar 1, 2025
1 parent ca5914f commit 8a7f081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/icechunk-python/dask.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ print(icechunk_session.commit("wrote a dask array!"))

In distributed contexts where the Session, and Zarr Array objects are sent across the network,
you must opt-in to successful pickling of a writable store. This will happen when you have initialized a dask
cluster. This will be case if you have intialized a `distributed.Client`.
cluster. This will be case if you have initialized a `distributed.Client`.
[`icechunk.dask.store_dask`](./reference.md#icechunk.dask.store_dask) takes care of the hard bit of
merging Sessions but it is required that you opt-in to pickling prior to creating the target Zarr array objects.

Expand Down

0 comments on commit 8a7f081

Please sign in to comment.