Commit fc35932a authored by Andrew Svetlov's avatar Andrew Svetlov Committed by GitHub

Fix typo (#5049)

parent 02b9ef27
...@@ -2265,7 +2265,7 @@ _asyncio_Task_set_exception(TaskObj *self, PyObject *exception) ...@@ -2265,7 +2265,7 @@ _asyncio_Task_set_exception(TaskObj *self, PyObject *exception)
/*[clinic end generated code: output=bc377fc28067303d input=9a8f65c83dcf893a]*/ /*[clinic end generated code: output=bc377fc28067303d input=9a8f65c83dcf893a]*/
{ {
PyErr_SetString(PyExc_RuntimeError, PyErr_SetString(PyExc_RuntimeError,
"Task doed not support set_exception operation"); "Task does not support set_exception operation");
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment