From 13f83f0da0c03dabbbdeee3410e1d5f776bd2677 Mon Sep 17 00:00:00 2001 From: Lazar-T Date: Sun, 9 Nov 2014 00:04:22 +0100 Subject: [PATCH] typo --- docs/topics/autothrottle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/autothrottle.rst b/docs/topics/autothrottle.rst index e7b900876..475946a54 100644 --- a/docs/topics/autothrottle.rst +++ b/docs/topics/autothrottle.rst @@ -11,7 +11,7 @@ Design goals 1. be nicer to sites instead of using default download delay of zero 2. automatically adjust scrapy to the optimum crawling speed, so the user doesn't have to tune the download delays and concurrent requests to find the - optimum one. the user only needs to specify the maximum concurrent requests + optimum one. The user only needs to specify the maximum concurrent requests it allows, and the extension does the rest. How it works