summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2019-01-08 08:53:17 -0800
committerGitHub <noreply@github.com>2019-01-08 08:53:17 -0800
commit9d8681b69020f1f8d63cdacc178bc858069abd4f (patch)
tree83ceb2280936d284db17e2687db16f2e8089ded4
parentbebbe9d0c4c5b3e676d81d34f845adf4d54e15b1 (diff)
downloadnumpy-9d8681b69020f1f8d63cdacc178bc858069abd4f.tar.gz
Update 1.17.0-notes.rst
-rw-r--r--doc/release/1.17.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.17.0-notes.rst b/doc/release/1.17.0-notes.rst
index 85cbb4f1d..8041b21d5 100644
--- a/doc/release/1.17.0-notes.rst
+++ b/doc/release/1.17.0-notes.rst
@@ -47,7 +47,7 @@ identity, it is necessary to also pass in an initial value (e.g.,
``np.linalg.svd`` and ``np.linalg.pinv`` can be faster on hermitian inputs
--------------------------------------------------------------------------
-These functions have learnt the ``hermitian`` argument, matching the one added
+These functions now accept a ``hermitian`` argument, matching the one added
to ``np.linalg.matrix_rank`` in 1.14.0.