Clarify that the expression is regular math notation, not Python. (GH-96903) (GH-96908)

This commit is contained in:
Miss Islington (bot) 2022-09-17 20:01:12 -07:00 committed by Pablo Galindo
parent 122a07c869
commit a955cccf7a
No known key found for this signature in database
GPG Key ID: FFE87404168BD847
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ Number-theoretic and representation functions
to zero when ``k > n``.
Also called the binomial coefficient because it is equivalent
to the coefficient of k-th term in polynomial expansion of the
expression ``(1 + x) ** n``.
to the coefficient of k-th term in polynomial expansion of
``(1 + x)ⁿ``.
Raises :exc:`TypeError` if either of the arguments are not integers.
Raises :exc:`ValueError` if either of the arguments are negative.