mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
- Fix typos in the multiprocessing module.
This commit is contained in:
parent
ef535584a9
commit
9df891ca41
3 changed files with 6 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ mp_SetError(PyObject *Type, int num)
|
|||
break;
|
||||
default:
|
||||
PyErr_Format(PyExc_RuntimeError,
|
||||
"unkown error number %d", num);
|
||||
"unknown error number %d", num);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue