Skip to content

Commit da4ab85

Browse files
committed
being more precise
1 parent 5334c74 commit da4ab85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -537,12 +537,12 @@ passed using the optional `target_storage_options` setting.
537537
A _slice dataset_ is the dataset that is appended for every slice item passed
538538
to `zappend`. Slice datasets can be provided in various ways.
539539

540-
* When using the `zappend` CLI command, slice datasets are passed as local file path
541-
or URI argument.
540+
* When using the [zappend CLI command](cli.md), slice items are passed as
541+
command arguments where they point to slice datasets by local file paths or URIs.
542542

543-
* When using the [`zappend`](api.md) Python function, slice datasets are passed
544-
using the `slices` argument, which must be iterable. You can pass a list or tuple
545-
of slice items or provide a generator that provides the slice items.
543+
* When using the [zappend Python function](api.md), slice items are passed
544+
using the `slices` argument, which is a Python iterable. You can pass a list or tuple
545+
of slice items or provide a Python generator that provides the slice items.
546546

547547
Each slice item can be a local file path or URI of type `str` or `FileObj`,
548548
a dataset of type `xarray.Dataset`, or a `SliceSource` object explained in more detail

0 commit comments

Comments
 (0)