From c4efd1f2f23bffb5de34a6348bcdbb33d7d0365a Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 21 Mar 2022 10:43:28 +0100 Subject: DOC: misc fixes: - improper urls - a few use of single bakcticks where many are expected - Proper numpydoc format [ci skip] [skip azp] [skip circle] --- numpy/core/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/numeric.py') diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index 39bfc2d55..b89bbe457 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -1567,7 +1567,7 @@ def cross(a, b, axisa=-1, axisb=-1, axisc=-1, axis=None): array(-3) Multiple vector cross-products. Note that the direction of the cross - product vector is defined by the `right-hand rule`. + product vector is defined by the *right-hand rule*. >>> x = np.array([[1,2,3], [4,5,6]]) >>> y = np.array([[4,5,6], [1,2,3]]) -- cgit v1.2.1