8000 Fix typo (#5049) · python/cpython@fc35932 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc35932

Browse files
authored
Fix typo (#5049)
1 parent 02b9ef2 commit fc35932

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
@@ -2265,7 +2265,7 @@ _asyncio_Task_set_exception(TaskObj *self, PyObject *exception)
22652265
/*[clinic end generated code: output=bc377fc28067303d input=9a8f65c83dcf893a]*/
22662266
{
22672267
PyErr_SetString(PyExc_RuntimeError,
2268-
"Task doed not support set_exception operation");
2268+
"Task does not support set_exception operation");
22692269
return NULL;
22702270
}
22712271

0 commit comments

Comments
 (0)
0