We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba26597 commit 2d93794Copy full SHA for 2d93794
1 file changed
README.md
@@ -23,7 +23,7 @@ _In development_: public API is not stable, support available solely at develope
23
* Dictionary keys may contain `*` to iterate over all keys in the preceeding dictionary; iterating all keys
24
matching a wildcard pattern is also supported
25
* 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
+ * The Python range syntax `[x:y:z]` is fully supported
27
* An `InvalidIterationError` will be raised if these iterable path parts are passed to functions other than
28
`iterate()`.
29
* A `ValidationError` will be raised if the data structure does not match types of all path parts:
0 commit comments