Skip to content

Commit

Permalink
Clarify that the expression is regular math notation, not Python. (#9…
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettinger authored Sep 18, 2022
1 parent aa671b4 commit 670007a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 670007a

Please sign in to comment.