summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.indexing.rst
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-17 15:30:00 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-17 15:32:24 +0800
commit0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (patch)
treeac015c57e9717e45d26594e8eb451cc9c0bdcf1e /doc/source/reference/arrays.indexing.rst
parent50ce0fce70cac779919d97578381a9d762f42594 (diff)
downloadnumpy-0a2893149e88e5c5bb69a29f78a4ad262a08cd29.tar.gz
DOC: Fix typos and cosmetic issues
Diffstat (limited to 'doc/source/reference/arrays.indexing.rst')
-rw-r--r--doc/source/reference/arrays.indexing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst
index a425b6e8b..56b99f272 100644
--- a/doc/source/reference/arrays.indexing.rst
+++ b/doc/source/reference/arrays.indexing.rst
@@ -117,7 +117,7 @@ concepts to remember include:
array([5, 6, 7, 8, 9])
- If the number of objects in the selection tuple is less than
- *N* , then ``:`` is assumed for any subsequent dimensions.
+ *N*, then ``:`` is assumed for any subsequent dimensions.
.. admonition:: Example