Skip to content

Commit b6a6164

Browse files
egenerate clinic.
1 parent b6a1078 commit b6a6164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/intmathmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ Raises ValueError if either of the arguments are negative.
11291129

11301130
static PyObject *
11311131
intmath_comb_impl(PyObject *module, PyObject *n, PyObject *k)
1132-
/*[clinic end generated code: output=0182ad8aadc2d30a input=6675e0cf42a106c2]*/
1132+
/*[clinic end generated code: output=0182ad8aadc2d30a input=09a3cc7f1c5d144c]*/
11331133
{
11341134
PyObject *result = NULL, *temp;
11351135
int overflow, cmp;

0 commit comments

Comments
 (0)