Skip to content

Commit 2d93794

Browse files
committed
backticks
1 parent ba26597 commit 2d93794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +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
26+
* The Python range syntax `[x:y:z]` is fully supported
2727
* An `InvalidIterationError` will be raised if these iterable path parts are passed to functions other than
2828
`iterate()`.
2929
* A `ValidationError` will be raised if the data structure does not match types of all path parts:

0 commit comments

Comments
 (0)