mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Correct typo. Fixes #484611.
This commit is contained in:
parent
f5c7677602
commit
e75f0e4801
1 changed files with 1 additions and 1 deletions
|
|
@ -1695,7 +1695,7 @@ posix_spawnv(PyObject *self, PyObject *args)
|
||||||
getitem = PyTuple_GetItem;
|
getitem = PyTuple_GetItem;
|
||||||
}
|
}
|
||||||
else {
|
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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue