Skip to content

Commit c9287ca

Browse files
FIx spelling errors netcompare/utils/jmespath_parsers.py
Co-authored-by: Glenn Matthews <[email protected]>
1 parent 4733ee1 commit c9287ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netcompare/utils/jmespath_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def jmespath_value_parser(path: str):
1414
Extract the jmespath value path from 'path' argument.
1515
1616
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
17+
So the expression must be parsed and stripped of the reference key anchor. More info on README.md
1818
1919
Two combinations are possible based on where reference key is defined. See example below.
2020

0 commit comments

Comments
 (0)