diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2023-05-02 11:40:44 -0700 |
---|---|---|
committer | Ross Barnowski <rossbar@berkeley.edu> | 2023-05-02 11:40:44 -0700 |
commit | 6830a346a87bdf56c6b2f02197fdbedd59f7a287 (patch) | |
tree | ed49e7e5431257ab9eac7bd4295f42dc84c6a4aa /numpy/core | |
parent | b8265d3f349378b0f969ec4bb2d79f2f1ae4827a (diff) | |
download | numpy-6830a346a87bdf56c6b2f02197fdbedd59f7a287.tar.gz |
DOC: fix reference formatting.
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/numeric.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index 2ca587c6a..4d7e49c7e 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -881,9 +881,9 @@ def outer(a, b, out=None): References ---------- - .. [1] : G. H. Golub and C. F. Van Loan, *Matrix Computations*, 3rd - ed., Baltimore, MD, Johns Hopkins University Press, 1996, - pg. 8. + .. [1] G. H. Golub and C. F. Van Loan, *Matrix Computations*, 3rd + ed., Baltimore, MD, Johns Hopkins University Press, 1996, + pg. 8. Examples -------- |