This commit is contained in:
Vostretsov Nikita 2019-08-06 11:10:19 +05:00
parent 5bcced204b
commit f4437202fa
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""