summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorDavid Gilbertson <gilbertson.david@gmail.com>2022-07-05 09:02:41 +1000
committerGitHub <noreply@github.com>2022-07-05 09:02:41 +1000
commit7735eff5e40940e753e451ee141d5234ba1ede27 (patch)
treeaaa9fea999a29918babcbe53f4e6f24a61ed142f /doc/source
parentcf39a723ef4cac328225fd0e3a9b83edac41c2c1 (diff)
downloadnumpy-7735eff5e40940e753e451ee141d5234ba1ede27.tar.gz
Fix typo on Byte-swapping page
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/user/basics.byteswapping.rst2
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