Browse Source

Fix typo (#5049)

pull/5052/head
Andrew Svetlov 9 years ago
committed by GitHub
parent
commit
fc35932afd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Modules/_asynciomodule.c

2
Modules/_asynciomodule.c

@ -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…
Cancel
Save