mirror of
https://github.com/python/cpython.git
synced 2025-10-20 21:52:10 +00:00
Fix typo in a comment in mathmodule.c.
This commit is contained in:
parent
73ca440e3d
commit
9527afd02c
1 changed files with 1 additions and 1 deletions
|
@ -1170,7 +1170,7 @@ count_set_bits(unsigned long n)
|
||||||
* http://www.luschny.de/math/factorial/binarysplitfact.html
|
* http://www.luschny.de/math/factorial/binarysplitfact.html
|
||||||
*
|
*
|
||||||
* Faster algorithms exist, but they're more complicated and depend on
|
* Faster algorithms exist, but they're more complicated and depend on
|
||||||
* a fast prime factoriazation algorithm.
|
* a fast prime factorization algorithm.
|
||||||
*
|
*
|
||||||
* Notes on the algorithm
|
* Notes on the algorithm
|
||||||
* ----------------------
|
* ----------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue