Doc: wording

This commit is contained in:
Steven Almeroth 2016-10-21 16:14:57 -07:00
parent a958e54954
commit 99daea495b
1 changed files with 1 additions and 1 deletions

View File

@ -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