Clarify that the expression is regular math notation, not Python. (#96903)

This commit is contained in:
Raymond Hettinger 2022-09-17 21:09:39 -05:00 committed by GitHub
parent aa671b48d6
commit 670007abb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.