summaryrefslogtreecommitdiff
path: root/numpy/core
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2023-05-02 11:40:44 -0700
committerRoss Barnowski <rossbar@berkeley.edu>2023-05-02 11:40:44 -0700
commit6830a346a87bdf56c6b2f02197fdbedd59f7a287 (patch)
treeed49e7e5431257ab9eac7bd4295f42dc84c6a4aa /numpy/core
parentb8265d3f349378b0f969ec4bb2d79f2f1ae4827a (diff)
downloadnumpy-6830a346a87bdf56c6b2f02197fdbedd59f7a287.tar.gz
DOC: fix reference formatting.
Diffstat (limited to 'numpy/core')
-rw-r--r--numpy/core/numeric.py6
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
--------