Merge pull request #1320 from barraponto/patch-2

Fix SelectJmes documentation
This commit is contained in:
Mikhail Korobov 2015-06-25 23:20:46 +05:00
commit 2e55e65edc
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class SelectJmes(object):
def __call__(self, value):
"""Query value for the jmespath query and return answer
:param str value: a string with JSON data to extract from
:param value: a data structure (dict, list) to extract from
:return: Element extracted according to jmespath query
"""
return self.compiled_path.search(value)