Merge pull request #288 from kmike/patch-1

Update faq.rst
This commit is contained in:
Pablo Hoffman 2013-04-17 17:55:45 -07:00
commit 74e9aecc8d
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ higher) in your spider::
name = 'myspider'
DOWNLOAD_DELAY = 2
download_delay = 2
# [ ... rest of the spider code ... ]