summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2017-01-23 22:18:12 +0100
committerPauli Virtanen <pav@iki.fi>2017-01-23 22:18:12 +0100
commit70982107b10a24386edb2bb5d636c71ba744c895 (patch)
tree8da995cb56da66ae96c64b03f0d412644ff6daf4 /numpy/add_newdocs.py
parent4ed864fbbc66365ea3c9d22890673fbdba15997f (diff)
downloadnumpy-70982107b10a24386edb2bb5d636c71ba744c895.tar.gz
DOC: fix wrong flag name docstring
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 9fc28a4ae..d4a09523b 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -212,7 +212,7 @@ add_newdoc('numpy.core', 'nditer',
copies those elements indicated by this mask.
* 'writemasked' indicates that only elements where the chosen
'arraymask' operand is True will be written to.
- * "overlap_allow_same" can be used to mark operands that are
+ * "overlap_assume_elementwise" can be used to mark operands that are
accessed only in the iterator order, to allow less conservative
copying when "copy_if_overlap" is present.
op_dtypes : dtype or tuple of dtype(s), optional