mirror of https://github.com/python/cpython
Correct typo. Fixes #484611.
This commit is contained in:
parent
f5c7677602
commit
e75f0e4801
|
@ -1695,7 +1695,7 @@ posix_spawnv(PyObject *self, PyObject *args)
|
|||
getitem = PyTuple_GetItem;
|
||||
}
|
||||
else {
|
||||
PyErr_SetString(PyExc_TypeError, "spawmv() arg 2 must be a tuple or list");
|
||||
PyErr_SetString(PyExc_TypeError, "spawnv() arg 2 must be a tuple or list");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue