diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-03-23 14:30:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-23 14:30:58 -0600 |
commit | c093997472c9304ae5599c5776e85dd97b23fb36 (patch) | |
tree | 6669753da2fec57ca8ae4ba9baac7aa331de6f4f | |
parent | 2085cc7ff48f5ba6bdf39c27d0182d6593905fe5 (diff) | |
parent | 53a558ca2e6f400830210d30c9e1f5ccaa3268eb (diff) | |
download | python-numpy-c093997472c9304ae5599c5776e85dd97b23fb36.tar.gz python-numpy-c093997472c9304ae5599c5776e85dd97b23fb36.tar.bz2 python-numpy-c093997472c9304ae5599c5776e85dd97b23fb36.zip |
Merge pull request #10785 from ChloeColeongco/master
DOC: Fixed author name in reference to book
-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. |