summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
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.