mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
This commit is contained in:
commit
2eb819f7a8
86 changed files with 136 additions and 136 deletions
|
|
@ -112,7 +112,7 @@ static PyInt16 _st_ulaw2linear16[256] = {
|
|||
|
||||
/*
|
||||
* linear2ulaw() accepts a 14-bit signed integer and encodes it as u-law data
|
||||
* stored in a unsigned char. This function should only be called with
|
||||
* stored in an unsigned char. This function should only be called with
|
||||
* the data shifted such that it only contains information in the lower
|
||||
* 14-bits.
|
||||
*
|
||||
|
|
@ -218,7 +218,7 @@ static PyInt16 _st_alaw2linear16[256] = {
|
|||
|
||||
/*
|
||||
* linear2alaw() accepts an 13-bit signed integer and encodes it as A-law data
|
||||
* stored in a unsigned char. This function should only be called with
|
||||
* stored in an unsigned char. This function should only be called with
|
||||
* the data shifted such that it only contains information in the lower
|
||||
* 13-bits.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue