Update scrapy/pqueues.py

Co-Authored-By: Mikhail Korobov <kmike84@gmail.com>
This commit is contained in:
Vostretsov Nikita 2020-02-07 11:44:36 +05:00 committed by GitHub
parent ed3300ec5f
commit fe6014e616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class ScrapyPriorityQueue:
* close()
* __len__()
The constructor receives a downstream_queue_cls argument, which is a class
``__init__`` method of ScrapyPriorityQueue receives a downstream_queue_cls argument, which is a class
used to instantiate a new (internal) queue when a new priority is allocated.
Only integer priorities should be used. Lower numbers are higher