Skip to content

Commit 43f8125

Browse files
committed
docs update
1 parent 8cbf8c0 commit 43f8125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```
66
Key = int | str
7-
SplitPath = tuple[Union[datapath.types.Key, datapath.types._IterationPoint], ...]
7+
SplitPath = tuple[Union[datapath.types.Key, datapath.types._IterationPoint, range], ...]
88
Map = dict[str, Any]
99
Collection = Union[list, datapath.types.Map]
1010
CollectionKey = tuple[list, int] | tuple[datapath.types.Map, str]

0 commit comments

Comments
 (0)