From 53a558ca2e6f400830210d30c9e1f5ccaa3268eb Mon Sep 17 00:00:00 2001 From: ChloeColeongco Date: Thu, 22 Mar 2018 12:25:39 -0600 Subject: Fixed author name in reference to book ('van' vs 'Van') --- numpy/core/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index d2348f364..aa5059180 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -1089,7 +1089,7 @@ def outer(a, b, out=None): References ---------- - .. [1] : G. H. Golub and C. F. van Loan, *Matrix Computations*, 3rd + .. [1] : G. H. Golub and C. F. Van Loan, *Matrix Computations*, 3rd ed., Baltimore, MD, Johns Hopkins University Press, 1996, pg. 8. -- cgit v1.2.3