From 670007abb45b76115377de1f2ff398be27685007 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 17 Sep 2022 21:09:39 -0500 Subject: Clarify that the expression is regular math notation, not Python. (#96903) --- Doc/library/math.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/math.rst b/Doc/library/math.rst index e338959..96ada7d 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -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. -- cgit v0.12