Skip to content

Commit 3b311a9

Browse files
Update Modules/_testcapimodule.c
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 1b2064d commit 3b311a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testcapimodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ test_buildvalue_N_error(const char *fmt)
10421042
static PyObject *
10431043
test_buildvalue_p(PyObject *self, PyObject *Py_UNUSED(ignored))
10441044
{
1045-
PyObject *res = Py_BuildValue("p", 3);
1045+
PyObject *res = Py_BuildValue("p", 3);
10461046
if (res == NULL) {
10471047
return NULL;
10481048
}

0 commit comments

Comments
 (0)