mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Merge typo fixes from 3.5
This commit is contained in:
commit
1ce738e08f
18 changed files with 26 additions and 26 deletions
|
@ -2090,7 +2090,7 @@ array__array_reconstructor_impl(PyModuleDef *module, PyTypeObject *arraytype,
|
|||
* that fits better. This may result in an array with narrower
|
||||
* or wider elements.
|
||||
*
|
||||
* For example, if a 32-bit machine pickles a L-code array of
|
||||
* For example, if a 32-bit machine pickles an L-code array of
|
||||
* unsigned longs, then the array will be unpickled by 64-bit
|
||||
* machine as an I-code array of unsigned ints.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue