mirror of https://github.com/scrapy/scrapy.git
fix typo
This commit is contained in:
parent
5bcced204b
commit
f4437202fa
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue