summaryrefslogtreecommitdiff
path: root/numpy/doc/structured_arrays.py
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-12 18:50:27 -0500
committerluz.paz <luzpaz@users.noreply.github.com>2018-02-12 18:50:27 -0500
commit4740f15df91a779ccf2e923367a792ddcee5816e (patch)
tree23e85169fc2ff519d190cbee3aaa52617fe007a9 /numpy/doc/structured_arrays.py
parent9db6f384962e8ed75540f22f2e039ed6af1a4cbe (diff)
downloadnumpy-4740f15df91a779ccf2e923367a792ddcee5816e.tar.gz
Misc. typos
Found via `codespell -q 3 -I ../numpy-whitelist.txt`
Diffstat (limited to 'numpy/doc/structured_arrays.py')
-rw-r--r--numpy/doc/structured_arrays.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/structured_arrays.py b/numpy/doc/structured_arrays.py
index 02581d01b..af02e2173 100644
--- a/numpy/doc/structured_arrays.py
+++ b/numpy/doc/structured_arrays.py
@@ -246,7 +246,7 @@ alias for the field. The title may be used to index an array, just like a
field name.
To add titles when using the list-of-tuples form of dtype specification, the
-field name may be be specified as a tuple of two strings instead of a single
+field name may be specified as a tuple of two strings instead of a single
string, which will be the field's title and field name respectively. For
example::