diff options
author | ChloeColeongco <chloecoleongco@gmail.com> | 2018-03-22 12:25:39 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 12:25:39 -0600 |
commit | 53a558ca2e6f400830210d30c9e1f5ccaa3268eb (patch) | |
tree | 6669753da2fec57ca8ae4ba9baac7aa331de6f4f | |
parent | 2085cc7ff48f5ba6bdf39c27d0182d6593905fe5 (diff) | |
download | python-numpy-53a558ca2e6f400830210d30c9e1f5ccaa3268eb.tar.gz python-numpy-53a558ca2e6f400830210d30c9e1f5ccaa3268eb.tar.bz2 python-numpy-53a558ca2e6f400830210d30c9e1f5ccaa3268eb.zip |
Fixed author name in reference to book
('van' vs 'Van')
-rw-r--r-- | numpy/core/numeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |