]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify that the expression is regular math notation, not Python. (GH-96903) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 18 Sep 2022 03:01:12 +0000 (20:01 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:06:11 +0000 (20:06 +0100)
Doc/library/math.rst

index 6d9a992f731316c84cceeb8a97eae27da5787282..8d48656d41eb0ac45b92910789af7644dedd0ee6 100644 (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.