Skip to content

Commit 68b5d27

Browse files
committed
nit
1 parent ea0cfd6 commit 68b5d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/itertoolsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ typedef struct {
270270
PyObject_HEAD
271271
PyObject *it;
272272
PyObject *old;
273-
PyObject* result;
273+
PyObject *result;
274274
} pairwiseobject;
275275

276276
/*[clinic input]

0 commit comments

Comments
 (0)