File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Number-theoretic and representation functions
4848 to the coefficient of k-th term in polynomial expansion of the
4949 expression ``(1 + x) ** n ``.
5050
51- Raises :exc: `TypeError ` if either of the arguments not integers.
51+ Raises :exc: `TypeError ` if either of the arguments are not integers.
5252 Raises :exc: `ValueError ` if either of the arguments are negative.
5353
5454 .. versionadded :: 3.8
@@ -218,7 +218,7 @@ Number-theoretic and representation functions
218218 Evaluates to ``n! / (n - k)! `` when ``k <= n `` and evaluates
219219 to zero when ``k > n ``.
220220
221- Raises :exc: `TypeError ` if either of the arguments not integers.
221+ Raises :exc: `TypeError ` if either of the arguments are not integers.
222222 Raises :exc: `ValueError ` if either of the arguments are negative.
223223
224224 .. versionadded :: 3.8
You can’t perform that action at this time.
0 commit comments