This commit is contained in:
meejah 2018-03-19 12:03:53 -06:00
parent 9032539860
commit 30811d8818

View File

@ -309,7 +309,7 @@ class QueueMixin(HookMixin):
them. Tracks some history of recent items processed (for the
"status" API).
Subclasses implment _scan_delay, _perform_scan and _process
Subclasses implement _scan_delay, _perform_scan and _process
:ivar _deque: IQueuedItem instances to process