This commit is contained in:
Andrew Svetlov 2017-12-30 15:40:27 +02:00 committed by GitHub
parent 02b9ef2775
commit fc35932afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}