]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
missing multiply symbol in the documentation (GH-24686)
authorAlperen Serkan Aksöz <61659936+Sekomer@users.noreply.github.com>
Wed, 3 Mar 2021 13:59:52 +0000 (16:59 +0300)
committerGitHub <noreply@github.com>
Wed, 3 Mar 2021 13:59:52 +0000 (14:59 +0100)
Modules/mathmodule.c

index d0df58c63e110e0863b086e96f8a9ce56ae69de6..d0dd12d25966a1b00044379baccdec05abf05f5b 100644 (file)
@@ -1875,7 +1875,7 @@ math_isqrt(PyObject *module, PyObject *n)
  *        (1) *
  *        (1) *
  *        (1 * 3 * 5) *
- *        (1 * 3 * 5 * 7 * 9)
+ *        (1 * 3 * 5 * 7 * 9) *
  *        (1 * 3 * 5 * 7 * 9 * 11 * 13 * 15 * 17 * 19)
  *
  * Here i goes from large to small: the first term corresponds to i=4 (any