summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordpitch40 <david.t.pitchford@gmail.com>2020-07-08 06:56:40 -0500
committerGitHub <noreply@github.com>2020-07-08 06:56:40 -0500
commit4728e8dd5340a8a17a521e11f679b12c1248d8eb (patch)
tree9c51e614900efa2885c49b27bab6d9778e6eca6d
parent2532f35f8a316e903a8a941b96b3e3d2eb143f32 (diff)
downloadnumpy-4728e8dd5340a8a17a521e11f679b12c1248d8eb.tar.gz
Update doc/source/reference/arrays.nditer.rst
Improve wording Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
-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 e9ca01654..72a04f73e 100644
--- a/doc/source/reference/arrays.nditer.rst
+++ b/doc/source/reference/arrays.nditer.rst
@@ -14,7 +14,9 @@ Iterating Over Arrays
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.
+ the Quickstart guide for basic usage and examples. The remainder of
+ this document presents the :class:`nditer` object and covers more
+ advanced usage.
The iterator object :class:`nditer`, introduced in NumPy 1.6, provides
many flexible ways to visit all the elements of one or more arrays in