8000 Clarify that the expression is regular math notation, not Python. (GH… · python/cpython@a955ccc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 2 additions & 2 deletions
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)
0