From 99daea495be7c445229b1851d4f217c0a4d9221e Mon Sep 17 00:00:00 2001 From: Steven Almeroth Date: Fri, 21 Oct 2016 16:14:57 -0700 Subject: [PATCH] Doc: wording --- 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 d17cea941..0179e9284 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -285,7 +285,7 @@ Spider arguments are passed through the :command:`crawl` command using the scrapy crawl myspider -a category=electronics -Spiders receive arguments in their constructors:: +Spiders can access arguments in their `__init__` methods:: import scrapy