mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
6905de14fe
commit
c2077b0d9b
91 changed files with 125 additions and 125 deletions
|
@ -532,7 +532,7 @@ _PyLong_FromByteArray(const unsigned char* bytes, size_t n,
|
|||
is_signed = *pendbyte >= 0x80;
|
||||
|
||||
/* Compute numsignificantbytes. This consists of finding the most
|
||||
significant byte. Leading 0 bytes are insignficant if the number
|
||||
significant byte. Leading 0 bytes are insignificant if the number
|
||||
is positive, and leading 0xff bytes if negative. */
|
||||
{
|
||||
size_t i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue