Fix typo (#5049)
This commit is contained in:
parent
02b9ef2775
commit
fc35932afd
|
@ -2265,7 +2265,7 @@ _asyncio_Task_set_exception(TaskObj *self, PyObject *exception)
|
|||
/*[clinic end generated code: output=bc377fc28067303d input=9a8f65c83dcf893a]*/
|
||||
{
|
||||
PyErr_SetString(PyExc_RuntimeError,
|
||||
"Task doed not support set_exception operation");
|
||||
"Task does not support set_exception operation");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue