Skip to content

Commit 2e55e65

Browse files
committed
Merge pull request scrapy#1320 from barraponto/patch-2
Fix SelectJmes documentation
2 parents 8a140b6 + 4cea1c1 commit 2e55e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapy/loader/processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, json_path):
7878

7979
def __call__(self, value):
8080
"""Query value for the jmespath query and return answer
81-
:param str value: a string with JSON data to extract from
81+
:param value: a data structure (dict, list) to extract from
8282
:return: Element extracted according to jmespath query
8383
"""
8484
return self.compiled_path.search(value)

0 commit comments

Comments
 (0)