Skip to content

Commit 6530adc

Browse files
committed
tewak.
1 parent 585521e commit 6530adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ be garbage collected before the event loop invokes it.
229229
Later instructions in the coroutine ``main()`` hand control back to the event
230230
loop so it can invoke other jobs.
231231
When the event loop eventually tries to run the task, it might fail and
232-
discover the task object has already been garbage collected!
232+
discover the task object does not exist!
233233
This can also happen even if a coroutine keeps a reference to a task but
234234
completes before that task finishes.
235235
When the coroutine exits, local variables go out of scope and may be subject

0 commit comments

Comments
 (0)