Skip to content

Commit 94fc86d

Browse files
committed
+ clinic
1 parent 148dd37 commit 94fc86d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Modules/_functoolsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ calculates ((((1 + 2) + 3) + 4) + 5).")
954954
static PyObject *
955955
_functools_reduce_impl(PyObject *module, PyObject *func, PyObject *seq,
956956
PyObject *result)
957-
/*[clinic end generated code: output=30d898fe1267c79d input=d85ca22bf7ee578b]*/
957+
/*[clinic end generated code: output=30d898fe1267c79d input=a01a4f88eb058f3b]*/
958958
{
959959
PyObject *args, *it;
960960

Modules/clinic/_functoolsmodule.c.h

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)