Skip to content

Commit 8f4bbb5

Browse files
authored
Fix grammar (GH-13801)
1 parent 8bcf262 commit 8f4bbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/math.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)