Skip to content

Commit 4554aff

Browse files
Update TUTORIAL.md
Word-smith task_done one-line description.
1 parent c438604 commit 4554aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/docs/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ Synchronous methods (immediate return):
973973
queue is full.
974974
* `get_nowait` No arg. Returns an object from the queue. Raises an exception
975975
if the queue is empty.
976-
* `task_done` No arg. Indicate that a task associated with an enqueued item is complete.
976+
* `task_done` No arg. Indicate that a task associated with a dequeued item is complete.
977977

978978
Asynchronous methods:
979979
* `put` Arg: the object to put on the queue. If the queue is full, it will

0 commit comments

Comments
 (0)