summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.nditer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/arrays.nditer.rst')
-rw-r--r--doc/source/reference/arrays.nditer.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.nditer.rst b/doc/source/reference/arrays.nditer.rst
index 158a994f6..e9ca01654 100644
--- a/doc/source/reference/arrays.nditer.rst
+++ b/doc/source/reference/arrays.nditer.rst
@@ -10,7 +10,9 @@
Iterating Over Arrays
*********************
-.. note:: Arrays support the iterator protocol and can be iterated over like Python
+.. note::
+
+ Arrays support the iterator protocol and can be iterated over like Python
lists. See the :ref:`quickstart.indexing-slicing-and-iterating` section in
the Quickstart guide for information and examples.