minor
This commit is contained in:
@@ -56,7 +56,6 @@ class StoppableThread(threading.Thread):
|
||||
class Worker(threading.Thread):
|
||||
"""A threaded work queue.
|
||||
|
||||
>>> w = Worker()
|
||||
>>> w = Worker()
|
||||
>>> w.start()
|
||||
>>> w.join()
|
||||
|
||||
Reference in New Issue
Block a user