summaryrefslogtreecommitdiff
path: root/numpy/doc/byteswapping.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/doc/byteswapping.py')
-rw-r--r--numpy/doc/byteswapping.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/doc/byteswapping.py b/numpy/doc/byteswapping.py
index d67e2cff0..f9491ed43 100644
--- a/numpy/doc/byteswapping.py
+++ b/numpy/doc/byteswapping.py
@@ -85,11 +85,11 @@ underlying memory it is looking at:
The common situations in which you need to change byte ordering are:
-#. Your data and dtype endianess don't match, and you want to change
+#. Your data and dtype endianness don't match, and you want to change
the dtype so that it matches the data.
-#. Your data and dtype endianess don't match, and you want to swap the
+#. Your data and dtype endianness don't match, and you want to swap the
data so that they match the dtype
-#. Your data and dtype endianess match, but you want the data swapped
+#. Your data and dtype endianness match, but you want the data swapped
and the dtype to reflect this
Data and dtype endianness don't match, change dtype to match data