Skip to content

Commit 1a519cb

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

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
@@ -1845,7 +1845,7 @@ PyCursesWindow_GetStr(PyObject *op, PyObject *args)
18451845
Py_END_ALLOW_THREADS
18461846
break;
18471847
case 1:
1848-
if (!PyArg_ParseTuple(args, "i;n", &n))
1848+
if (!PyArg_ParseTuple(args,"i;n", &n))
18491849
return NULL;
18501850
if (n < 0) {
18511851
PyErr_SetString(PyExc_ValueError, "'n' must be nonnegative");

0 commit comments

Comments
 (0)