We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a1078 commit b6a6164Copy full SHA for b6a6164
Modules/intmathmodule.c
@@ -1129,7 +1129,7 @@ Raises ValueError if either of the arguments are negative.
1129
1130
static PyObject *
1131
intmath_comb_impl(PyObject *module, PyObject *n, PyObject *k)
1132
-/*[clinic end generated code: output=0182ad8aadc2d30a input=6675e0cf42a106c2]*/
+/*[clinic end generated code: output=0182ad8aadc2d30a input=09a3cc7f1c5d144c]*/
1133
{
1134
PyObject *result = NULL, *temp;
1135
int overflow, cmp;
0 commit comments