Skip to content

Commit 09605ad

Browse files
authored
missing multiply symbol in the documentation (GH-24686)
1 parent b04f1cb commit 09605ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/mathmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ math_isqrt(PyObject *module, PyObject *n)
18751875
* (1) *
18761876
* (1) *
18771877
* (1 * 3 * 5) *
1878-
* (1 * 3 * 5 * 7 * 9)
1878+
* (1 * 3 * 5 * 7 * 9) *
18791879
* (1 * 3 * 5 * 7 * 9 * 11 * 13 * 15 * 17 * 19)
18801880
*
18811881
* Here i goes from large to small: the first term corresponds to i=4 (any

0 commit comments

Comments
 (0)