Skip to content

Commit ba26597

Browse files
committed
docs update
1 parent a8380c3 commit ba26597

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ _In development_: public API is not stable, support available solely at develope
2323
* Dictionary keys may contain `*` to iterate over all keys in the preceeding dictionary; iterating all keys
2424
matching a wildcard pattern is also supported
2525
* Square brackets may be empty to iterate over all items in the preceeding list
26+
* The Python range syntax [x:y:z] is fully supported
2627
* An `InvalidIterationError` will be raised if these iterable path parts are passed to functions other than
2728
`iterate()`.
2829
* A `ValidationError` will be raised if the data structure does not match types of all path parts:

0 commit comments

Comments
 (0)