10000 Fix typo in docs (GH-101025) · python/cpython@010576c · GitHub
[go: up one dir, main page]

Skip to content

Commit 010576c

Browse files
authored
Fix typo in docs (GH-101025)
1 parent 080cb27 commit 010576c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/math.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Number-theoretic and representation functions
299299

300300
Roughly equivalent to::
301301

302-
sum(itertools.starmap(operator.mul, zip(p, q, strict=true)))
302+
sum(itertools.starmap(operator.mul, zip(p, q, strict=True)))
303303

304304
For float and mixed int/float inputs, the intermediate products
305305
and sums are computed with extended precision.

0 commit comments

Comments
 (0)
0