File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Number-theoretic and representation functions
48
48
to the coefficient of k-th term in polynomial expansion of the
49
49
expression ``(1 + x) ** n ``.
50
50
51
- Raises :exc: `TypeError ` if either of the arguments not integers.
51
+ Raises :exc: `TypeError ` if either of the arguments are not integers.
52
52
Raises :exc: `ValueError ` if either of the arguments are negative.
53
53
54
54
.. versionadded :: 3.8
@@ -218,7 +218,7 @@ Number-theoretic and representation functions
218
218
Evaluates to ``n! / (n - k)! `` when ``k <= n `` and evaluates
219
219
to zero when ``k > n ``.
220
220
221
- Raises :exc: `TypeError ` if either of the arguments not integers.
221
+ Raises :exc: `TypeError ` if either of the arguments are not integers.
222
222
Raises :exc: `ValueError ` if either of the arguments are negative.
223
223
224
224
.. versionadded :: 3.8
You can’t perform that action at this time.
0 commit comments