We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c438604 commit 4554affCopy full SHA for 4554aff
v3/docs/TUTORIAL.md
@@ -973,7 +973,7 @@ Synchronous methods (immediate return):
973
queue is full.
974
* `get_nowait` No arg. Returns an object from the queue. Raises an exception
975
if the queue is empty.
976
- * `task_done` No arg. Indicate that a task associated with an enqueued item is complete.
+ * `task_done` No arg. Indicate that a task associated with a dequeued item is complete.
977
978
Asynchronous methods:
979
* `put` Arg: the object to put on the queue. If the queue is full, it will
0 commit comments