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 `_