File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -681,9 +681,6 @@ intmath.factorial
681681 /
682682
683683Find n!.
684-
685- Raise a TypeError if n is not an integer.
686- Raise a ValueError if n is negative integer.
687684[clinic start generated code]*/
688685
689686static PyObject *
@@ -1032,7 +1029,6 @@ to zero when k > n.
10321029If k is not specified or is None, then k defaults to n
10331030and the function returns n!.
10341031
1035- Raises TypeError if either of the arguments are not integers.
10361032Raises ValueError if either of the arguments are negative.
10371033[clinic start generated code]*/
10381034
@@ -1126,7 +1122,6 @@ Also called the binomial coefficient because it is equivalent
11261122to the coefficient of k-th term in polynomial expansion of the
11271123expression (1 + x)**n.
11281124
1129- Raises TypeError if either of the arguments are not integers.
11301125Raises ValueError if either of the arguments are negative.
11311126
11321127[clinic start generated code]*/
You can’t perform that action at this time.
0 commit comments