Fix SelectJmes documentation

This commit is contained in:
Capi Etheriel 2015-06-25 15:11:56 -03:00 committed by Daniel Graña
parent cc00ad20cf
commit b8567bc4bc
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)