From 6af323d7c85eeee40d90a20133504df26a593304 Mon Sep 17 00:00:00 2001 From: IAlwaysBeCoding Date: Sun, 26 Nov 2017 00:24:52 +0100 Subject: [PATCH] Fix spelling mistake on scrapy parse command docs Fixed spelling mistake from "will be pass" to "will be passed" --- docs/topics/commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/commands.rst b/docs/topics/commands.rst index 07c69ddda..06f9a485b 100644 --- a/docs/topics/commands.rst +++ b/docs/topics/commands.rst @@ -430,7 +430,7 @@ Supported options: * ``--callback`` or ``-c``: spider method to use as callback for parsing the response -* ``--meta`` or ``-m``: additional request meta that will be pass to the callback +* ``--meta`` or ``-m``: additional request meta that will be passed to the callback request. This must be a valid json string. Example: --meta='{"foo" : "bar"}' * ``--pipelines``: process items through pipelines