diff options
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. """)) |