Skip to content

Commit e75f0e4

Browse files
committed
Correct typo. Fixes #484611.
1 parent f5c7677 commit e75f0e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ posix_spawnv(PyObject *self, PyObject *args)
16951695
getitem = PyTuple_GetItem;
16961696
}
16971697
else {
1698-
PyErr_SetString(PyExc_TypeError, "spawmv() arg 2 must be a tuple or list");
1698+
PyErr_SetString(PyExc_TypeError, "spawnv() arg 2 must be a tuple or list");
16991699
return NULL;
17001700
}
17011701

0 commit comments

Comments
 (0)