From 6830a346a87bdf56c6b2f02197fdbedd59f7a287 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Tue, 2 May 2023 11:40:44 -0700 Subject: DOC: fix reference formatting. --- numpy/core/numeric.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/core') 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 -------- -- cgit v1.2.1