diff options
author | Marshall Ward <marshall.ward@gmail.com> | 2016-03-22 15:10:50 +1100 |
---|---|---|
committer | Marshall Ward <marshall.ward@gmail.com> | 2016-03-22 15:10:50 +1100 |
commit | 4440841df39c415411b6cb4d1e48978cd9858464 (patch) | |
tree | 5912923c31e63ea034ceacaef1da85ec9e12d310 | |
parent | 11c8b4d48793e4b1227b2c5ae5c32d8178f285fc (diff) | |
download | numpy-4440841df39c415411b6cb4d1e48978cd9858464.tar.gz |
DOC: ndarray typo fix
Space added to resolve misrendering of monospace (``) delimiters.
-rw-r--r-- | doc/source/reference/arrays.ndarray.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst index 201d01277..b68e40e3f 100644 --- a/doc/source/reference/arrays.ndarray.rst +++ b/doc/source/reference/arrays.ndarray.rst @@ -142,7 +142,7 @@ different. This can happen in two cases: index and the strides are never used. Any array with no elements may be considered C-style and Fortran-style contiguous. -Point 1. means that ``self``and ``self.squeeze()`` always have the same +Point 1. means that ``self`` and ``self.squeeze()`` always have the same contiguity and :term:`aligned` flags value. This also means that even a high dimensional array could be C-style and Fortran-style contiguous at the same time. |