Skip to content

Commit b969d0f

Browse files
committed
Update docs
1 parent 05faf70 commit b969d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Let's have a look at a couple of examples:
251251
```
252252
We will define a JMESPath expression for the values we want to test and extract from the reference and comparison objects.
253253
```python
254-
>>> my_jmspath = "global.$peers$.*.*.ipv4.[accepted_prefixes,received_prefixes,sent_prefixes]"
254+
>>> my_jmspath = "global.peers.$*$.*.ipv4.[accepted_prefixes,received_prefixes,sent_prefixes]"
255255
>>> reference_value = extract_data_from_json(reference_data, my_jmspath)
256256
>>> reference_value
257257
[{'10.1.0.0': {'accepted_prefixes': 900,

0 commit comments

Comments
 (0)