summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2016-01-14 17:27:40 -0800
committerNathaniel J. Smith <njs@pobox.com>2016-01-14 17:27:40 -0800
commitc0f6c3744ff6a54d4e9be5a98aa2d4253f537f49 (patch)
tree89fda1d32d9dfb8523711c9b7154ffd5410c5351 /numpy/add_newdocs.py
parent4b82b1bba72ef7539c06a4577b7102da9564ca02 (diff)
downloadnumpy-c0f6c3744ff6a54d4e9be5a98aa2d4253f537f49.tar.gz
DOC: Clean up/fix several references to the "future" 1.10 release
Fixes gh-7010
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 e79720c77..8940f537d 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -3466,7 +3466,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('diagonal',
Return specified diagonals. In NumPy 1.9 the returned array is a
read-only view instead of a copy as in previous NumPy versions. In
- NumPy 1.10 the read-only restriction will be removed.
+ a future version the read-only restriction will be removed.
Refer to :func:`numpy.diagonal` for full documentation.