Skip to content

Commit a3df017

Browse files
committed
nit
1 parent 0e6459b commit a3df017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testcapi/immortal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
static PyObject *
44
test_immortal_bool(PyObject *self, PyObject *Py_UNUSED(ignored))
55
{
6-
PyObject* objects[] = {Py_True, Py_False};
6+
PyObject *objects[] = {Py_True, Py_False};
77
Py_ssize_t n = Py_ARRAY_LENGTH(objects);
88
for (Py_ssize_t i = 0; i < n; i++) {
99
PyObject* obj = objects[i];

0 commit comments

Comments
 (0)