From 1d96fd3bba2f1554d4c2ca0f7b78ea898c8faecc Mon Sep 17 00:00:00 2001 From: argriffing Date: Wed, 5 Jun 2013 12:55:05 -0300 Subject: typo --- numpy/linalg/linalg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') diff --git a/numpy/linalg/linalg.py b/numpy/linalg/linalg.py index f11f905f7..db3484604 100644 --- a/numpy/linalg/linalg.py +++ b/numpy/linalg/linalg.py @@ -1867,7 +1867,7 @@ def lstsq(a, b, rcond=-1): def _multi_svd_norm(x, row_axis, col_axis, op): - """Compute the exteme singular values of the 2-D matrices in `x`. + """Compute the extreme singular values of the 2-D matrices in `x`. This is a private utility function used by numpy.linalg.norm(). -- cgit v1.2.1