Fix typo in docs (GH-101025)

This commit is contained in:
Raymond Hettinger 2023-01-13 18:53:06 -06:00 committed by GitHub
parent 080cb27829
commit 010576c6ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -299,7 +299,7 @@ Number-theoretic and representation functions
Roughly equivalent to:: 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 For float and mixed int/float inputs, the intermediate products
and sums are computed with extended precision. and sums are computed with extended precision.