Skip to content

Commit a955ccc

Browse files
miss-islingtonpablogsal
authored andcommitted
Clarify that the expression is regular math notation, not Python. (GH-96903) (GH-96908)
1 parent 122a07c commit a955ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/math.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Number-theoretic and representation functions
4545
to zero when ``k > n``.
4646

4747
Also called the binomial coefficient because it is equivalent
48-
to the coefficient of k-th term in polynomial expansion of the
49-
expression ``(1 + x) ** n``.
48+
to the coefficient of k-th term in polynomial expansion of
49+
``(1 + x)``.
5050

5151
Raises :exc:`TypeError` if either of the arguments are not integers.
5252
Raises :exc:`ValueError` if either of the arguments are negative.

0 commit comments

Comments
 (0)