Skip to content

Commit d9517e3

Browse files
mattipmdhaber
andauthored
remove extraneious '.' [skip azp][skip actions][skip cirrus]
Co-authored-by: Matt Haberland <[email protected]>
1 parent 4c13f5e commit d9517e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/multiarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ def vdot(a, b):
843843
844844
Consequently, when the arguments are 2-D arrays of the same shape, this
845845
function effectively returns their
846-
`Frobenius inner product <https://en.wikipedia.org/wiki/Frobenius_inner_product>`_.
846+
`Frobenius inner product <https://en.wikipedia.org/wiki/Frobenius_inner_product>`_
847847
(also known as the *trace inner product* or the *standard inner product*
848848
on a vector space of matrices).
849849

0 commit comments

Comments
 (0)