From c0f6c3744ff6a54d4e9be5a98aa2d4253f537f49 Mon Sep 17 00:00:00 2001 From: "Nathaniel J. Smith" Date: Thu, 14 Jan 2016 17:27:40 -0800 Subject: DOC: Clean up/fix several references to the "future" 1.10 release Fixes gh-7010 --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/add_newdocs.py') 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. -- cgit v1.2.1