From bf2277a028aee0feaecd90a3a64c53bba4e5fbdf Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Tue, 10 Jan 2017 10:27:38 +0100 Subject: [PATCH] Update spiders.rst --- docs/topics/spiders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index 29106e87a..c123c2635 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -312,7 +312,7 @@ The above example can also be written as follows:: Keep in mind that spider arguments are only strings. The spider will not do any parsing on its own. If you were to set the `start_urls` attribute from the command line, -you would have to parse it on you own into a list +you would have to parse it on your own into a list using something like `ast.literal_eval `_ or `json.loads `_