Skip to content

Commit 5334c74

Browse files
committed
slice object -> slice item
1 parent 28be7e7 commit 5334c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All described objects can be imported from the `zappend.api` module.
2626

2727
## Types
2828

29-
::: zappend.api.SliceObj
29+
::: zappend.api.SliceItem
3030
options:
3131
show_root_heading: true
3232

docs/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ below.
550550

551551
#### Paths and URIs
552552

553-
A slice object of type `str` is interpreted as local file path or URI, in the case
553+
A slice item of type `str` is interpreted as local file path or URI, in the case
554554
the path has a protocol prefix, such as `s3://` as described above.
555555

556556
In the majority of `zappend` use cases the slice datasets to be appended to a target

0 commit comments

Comments
 (0)