From 010576c6ea7e687cf2cb572f3f40432df9692e4e Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 13 Jan 2023 18:53:06 -0600 Subject: Fix typo in docs (GH-101025) --- Doc/library/math.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 0e888c4..797f324 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -299,7 +299,7 @@ Number-theoretic and representation functions Roughly equivalent to:: - sum(itertools.starmap(operator.mul, zip(p, q, strict=true))) + sum(itertools.starmap(operator.mul, zip(p, q, strict=True))) For float and mixed int/float inputs, the intermediate products and sums are computed with extended precision. -- cgit v0.12