Remove a duplicate word

This commit is contained in:
Wieland Hoffmann 2015-04-29 22:31:48 +02:00
parent 3d2b74a6ff
commit de6501ed1b
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ how you :ref:`configure the downloader middlewares
The execution engine, which coordinates the core crawling logic
between the scheduler, downloader and spiders.
Some extension may want to access the Scrapy engine, to modify inspect
or modify the downloader and scheduler behaviour, although this is an
Some extension may want to access the Scrapy engine, to inspect or
modify the downloader and scheduler behaviour, although this is an
advanced use and this API is not yet stable.
.. attribute:: spider