diff options
| author | David Gilbertson <gilbertson.david@gmail.com> | 2022-07-05 09:02:41 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 09:02:41 +1000 |
| commit | 7735eff5e40940e753e451ee141d5234ba1ede27 (patch) | |
| tree | aaa9fea999a29918babcbe53f4e6f24a61ed142f /doc/source | |
| parent | cf39a723ef4cac328225fd0e3a9b83edac41c2c1 (diff) | |
| download | numpy-7735eff5e40940e753e451ee141d5234ba1ede27.tar.gz | |
Fix typo on Byte-swapping page
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/user/basics.byteswapping.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/basics.byteswapping.rst b/doc/source/user/basics.byteswapping.rst index d0a662390..ddc375683 100644 --- a/doc/source/user/basics.byteswapping.rst +++ b/doc/source/user/basics.byteswapping.rst @@ -5,7 +5,7 @@ Byte-swapping Introduction to byte ordering and ndarrays ========================================== -The ``ndarray`` is an object that provide a python array interface to data +The ``ndarray`` is an object that provides a python array interface to data in memory. It often happens that the memory that you want to view with an array is |
