Skip to content

Commit 90fec6c

Browse files
ambvkumaraditya303
andauthored
Update Modules/_asynciomodule.c
Co-authored-by: Kumar Aditya <[email protected]>
1 parent 6a9f478 commit 90fec6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_asynciomodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2324,7 +2324,7 @@ swap_current_task(asyncio_state *state, PyObject *loop, PyObject *task)
23242324
static inline void
23252325
set_ts_asyncio_running_task(PyObject *loop, PyObject *task)
23262326
{
2327-
// We want to be enable debuggers and profilers to be able to quickly
2327+
// We want to enable debuggers and profilers to be able to quickly
23282328
// introspect the asyncio running state from another process.
23292329
// When we do that, we need to essentially traverse the address space
23302330
// of a Python process and understand what every Python thread in it is

0 commit comments

Comments
 (0)