diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2009-10-03 17:39:24 +0000 |
---|---|---|
committer | Matthew Brett <matthew.brett@gmail.com> | 2009-10-03 17:39:24 +0000 |
commit | 7e04bd52dbaeb6d4aacecc6669346491f73ff99e (patch) | |
tree | a14e62676c8ed5e845a21c89640a66d845325c30 /numpy/doc/byteswapping.py | |
parent | 3e1dd88095d287f059a87e1746da47c968b3d707 (diff) | |
download | numpy-7e04bd52dbaeb6d4aacecc6669346491f73ff99e.tar.gz |
Small doc rephrase
Diffstat (limited to 'numpy/doc/byteswapping.py')
-rw-r--r-- | numpy/doc/byteswapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/byteswapping.py b/numpy/doc/byteswapping.py index 4cbdbf47f..888148afa 100644 --- a/numpy/doc/byteswapping.py +++ b/numpy/doc/byteswapping.py @@ -7,7 +7,7 @@ Introduction to byte ordering and ndarrays ========================================== -``ndarrays`` are objects that provide a python array interface to data +The ``ndarray`` is an object that provide a python array interface to data in memory. It often happens that the memory that you want to view with an array is |