Skip to content

Commit acdd82f

Browse files
committed
fix math.factorial documentation
1 parent 9b7282f commit acdd82f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/mathmodule.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,12 +2008,11 @@ math.factorial
20082008
/
20092009
20102010
Find n!.
2011-
20122011
[clinic start generated code]*/
20132012

20142013
static PyObject *
20152014
math_factorial(PyObject *module, PyObject *arg)
2016-
/*[clinic end generated code: output=6686f26fae00e9ca input=06200bf38384f7ae]*/
2015+
/*[clinic end generated code: output=6686f26fae00e9ca input=366cc321df3d4773]*/
20172016
{
20182017
long x, two_valuation;
20192018
int overflow;

0 commit comments

Comments
 (0)