mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
#5486: typos.
This commit is contained in:
parent
f87e04d339
commit
ae2dbe2543
15 changed files with 27 additions and 27 deletions
|
@ -93,7 +93,7 @@ could be used to pass around structured data in its native, in-memory format.
|
|||
occur (striding in a contiguous memory block).
|
||||
|
||||
Here is a function that returns a pointer to the element in an N-D array
|
||||
pointed to by an N-dimesional index when there are both non-NULL strides
|
||||
pointed to by an N-dimensional index when there are both non-NULL strides
|
||||
and suboffsets::
|
||||
|
||||
void *get_item_pointer(int ndim, void *buf, Py_ssize_t *strides,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue