Skip to content

Commit e53d7e9

Browse files
bkap123picnixz
andauthored
Apply suggestion from @picnixz
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 239c40d commit e53d7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_functoolsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ partial_repr(PyObject *self)
693693
PyObject *name;
694694
Py_ssize_t i, n;
695695
PyObject *key, *value;
696-
PyObject* args;
696+
PyObject *args;
697697
int status;
698698

699699
status = Py_ReprEnter(self);

0 commit comments

Comments
 (0)