Skip to content

Commit 4cea1c1

Browse files
committed
Fix SelectJmes documentation
1 parent 8a140b6 commit 4cea1c1

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)