From f4437202fab5d8403f02542b88ce2eb7c9603644 Mon Sep 17 00:00:00 2001 From: Vostretsov Nikita Date: Tue, 6 Aug 2019 11:10:19 +0500 Subject: [PATCH] fix typo --- scrapy/pqueues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/pqueues.py b/scrapy/pqueues.py index b253f19f3..c9a606c16 100644 --- a/scrapy/pqueues.py +++ b/scrapy/pqueues.py @@ -111,7 +111,7 @@ class DownloaderInterface(object): class DownloaderAwarePriorityQueue(object): - """ PriorityQueue which takes Downlaoder activity in account: + """ PriorityQueue which takes Downloader activity in account: domains (slots) with the least amount of active downloads are dequeued first. """