mirror of https://github.com/scrapy/scrapy.git
docs: change DOWNLOAD_DELAY description format
To be consistent with the other settings' descriptions
This commit is contained in:
parent
75450e75d2
commit
96e526aad8
|
|
@ -652,8 +652,10 @@ per ip address instead of per domain.
|
|||
|
||||
.. _spider-download_delay-attribute:
|
||||
|
||||
You can also change this setting per spider by setting ``download_delay``
|
||||
spider attribute.
|
||||
Note
|
||||
|
||||
This delay can be set per spider using :attr:`download_delay` spider attribute.
|
||||
|
||||
|
||||
.. setting:: DOWNLOAD_HANDLERS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue