diff --git a/docs/faq.rst b/docs/faq.rst index e1c4ba364..0f6e23316 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -173,7 +173,7 @@ higher) in your spider:: name = 'myspider' - DOWNLOAD_DELAY = 2 + download_delay = 2 # [ ... rest of the spider code ... ]