mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Fix grammar (GH-13801)
This commit is contained in:
parent
8bcf2629a2
commit
8f4bbb5d62
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ Number-theoretic and representation functions
|
|||
to the coefficient of k-th term in polynomial expansion of the
|
||||
expression ``(1 + x) ** n``.
|
||||
|
||||
Raises :exc:`TypeError` if either of the arguments not integers.
|
||||
Raises :exc:`TypeError` if either of the arguments are not integers.
|
||||
Raises :exc:`ValueError` if either of the arguments are negative.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
|
@ -218,7 +218,7 @@ Number-theoretic and representation functions
|
|||
Evaluates to ``n! / (n - k)!`` when ``k <= n`` and evaluates
|
||||
to zero when ``k > n``.
|
||||
|
||||
Raises :exc:`TypeError` if either of the arguments not integers.
|
||||
Raises :exc:`TypeError` if either of the arguments are not integers.
|
||||
Raises :exc:`ValueError` if either of the arguments are negative.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue