Skip to content

Commit f4c8806

Browse files
authored
Merge pull request #146 from jansel/develop
Fix typo in example code
2 parents b614c30 + 0394656 commit f4c8806

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ of your dict keys. To do this you can use either of these options:
9595
9696
>>> import jmespath
9797
>>> parsed = jmespath.compile('{a: a, b: b}')
98-
>>> parsed.search('{a: a, b: b}',
99-
... mydata,
98+
>>> parsed.search(mydata,
10099
... jmespath.Options(dict_cls=collections.OrderedDict))
101100
102101

0 commit comments

Comments
 (0)