mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -3020,7 +3020,7 @@ ah*bh and al*bl too.
|
|||
* of slices, each with a->ob_size digits, and multiply the slices by a,
|
||||
* one at a time. This gives k_mul balanced inputs to work with, and is
|
||||
* also cache-friendly (we compute one double-width slice of the result
|
||||
* at a time, then move on, never bactracking except for the helpful
|
||||
* at a time, then move on, never backtracking except for the helpful
|
||||
* single-width slice overlap between successive partial sums).
|
||||
*/
|
||||
static PyLongObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue