We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4733ee1 commit c9287caCopy full SHA for c9287ca
netcompare/utils/jmespath_parsers.py
@@ -14,7 +14,7 @@ def jmespath_value_parser(path: str):
14
Extract the jmespath value path from 'path' argument.
15
16
This is required as we use custom anchors ($$) to identify the reference key.
17
- So the expression must be parsed and stripped of the refernece key anchor. More info on README.md
+ So the expression must be parsed and stripped of the reference key anchor. More info on README.md
18
19
Two combinations are possible based on where reference key is defined. See example below.
20
0 commit comments