mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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;
|
||||
}
|
||||
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…
Add table
Add a link
Reference in a new issue