summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-04-20 13:11:32 +0300
committermattip <matti.picus@gmail.com>2018-04-20 13:11:32 +0300
commitc26d273c1204d75fe5ab2ce9591e1b0b0b0880e1 (patch)
treed6fe1169553146618706c6fbce7c9eae193e384c /numpy/add_newdocs.py
parent894dcab37ea2df285c6f48eb9b019a528b803cb5 (diff)
downloadnumpy-c26d273c1204d75fe5ab2ce9591e1b0b0b0880e1.tar.gz
ENH: add nditer.close as per review
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 193093109..a48b76a8d 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -553,7 +553,7 @@ add_newdoc('numpy.core', 'nditer', ('close',
"""
close()
- Resolve all writeback semantics in operands.
+ Resolve all writeback semantics in writeable operands.
"""))