mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo (#5049)
This commit is contained in:
parent
02b9ef2775
commit
fc35932afd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue