diff options
author | mattip <matti.picus@gmail.com> | 2018-04-20 13:11:32 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-20 13:11:32 +0300 |
commit | c26d273c1204d75fe5ab2ce9591e1b0b0b0880e1 (patch) | |
tree | d6fe1169553146618706c6fbce7c9eae193e384c /numpy/add_newdocs.py | |
parent | 894dcab37ea2df285c6f48eb9b019a528b803cb5 (diff) | |
download | numpy-c26d273c1204d75fe5ab2ce9591e1b0b0b0880e1.tar.gz |
ENH: add nditer.close as per review
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
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. """)) |