Skip to content

Commit

Permalink
Merge pull request #86 from yujunz/typo
Browse files Browse the repository at this point in the history
fix: fix a typo in the doc text of .query.query
  • Loading branch information
ssato committed Jun 5, 2018
2 parents b75cb1b + 047c4fd commit c71c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyconfig/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def query(data, **options):
See also: https://github.com/jmespath/jmespath.py and http://jmespath.org.
:parae data: Target object (a dict or a dict-like object) to query
:param data: Target object (a dict or a dict-like object) to query
:param options:
Keyword option may include 'ac_query' which is a string represents
JMESPath expression.
Expand Down

0 comments on commit c71c0c5

Please sign in to comment.