mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo in docs (GH-101025)
This commit is contained in:
parent
080cb27829
commit
010576c6ea
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue