Skip to content

Commit e4c5ca9

Browse files
typo
1 parent d2ac060 commit e4c5ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/asyncio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ flowchart TD
8989
end
9090
subgraph two["Thread deallocating"]
9191
A1{"check thread's task list is empty <br> llist_empty(tstate->asyncio_tasks_head)"}
92-
A1 --> |true| B1["deallocate thread<br>free_theadstate(tstate)"]
92+
A1 --> |true| B1["deallocate thread<br>free_threadstate(tstate)"]
9393
A1 --> |false| C1["add tasks to interpreter's task list<br> llist_concat(&tstate->interp->asyncio_tasks_head,tstate->asyncio_tasks_head)"]
9494
C1 --> B1
9595
end

0 commit comments

Comments
 (0)