diff options
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 |