Skip to content

Commit e5597a2

Browse files
zydtigerpicnixz
andauthored
Update Modules/_cursesmodule.c
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent f7a51f9 commit e5597a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_cursesmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ PyCursesWindow_GetStr(PyObject *op, PyObject *args)
18671867
Py_END_ALLOW_THREADS
18681868
break;
18691869
case 3:
1870-
if (!PyArg_ParseTuple(args, "iii;y,x,n", &y, &x, &n))
1870+
if (!PyArg_ParseTuple(args,"iii;y,x,n", &y, &x, &n))
18711871
return NULL;
18721872
if (n < 0) {
18731873
PyErr_SetString(PyExc_ValueError, "'n' must be nonnegative");

0 commit comments

Comments
 (0)