From 2556b9ff1ae621e311053bd5f2b34edb86a8cb68 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sun, 21 Feb 2016 11:33:41 -0800 Subject: DOC: Fix more typos in docs and comments. --- numpy/doc/byteswapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/doc/byteswapping.py') diff --git a/numpy/doc/byteswapping.py b/numpy/doc/byteswapping.py index 22eb71e6d..d67e2cff0 100644 --- a/numpy/doc/byteswapping.py +++ b/numpy/doc/byteswapping.py @@ -78,7 +78,7 @@ affect the relationship between the byte ordering of the array and the underlying memory it is looking at: * Change the byte-ordering information in the array dtype so that it - interprets the undelying data as being in a different byte order. + interprets the underlying data as being in a different byte order. This is the role of ``arr.newbyteorder()`` * Change the byte-ordering of the underlying data, leaving the dtype interpretation as it was. This is what ``arr.byteswap()`` does. -- cgit v1.2.1