Skip to content

Commit b385f47

Browse files
authored
Update src/numpy-stubs/_core/_multiarray_umath.pyi
1 parent 49b59a4 commit b385f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/numpy-stubs/_core/_multiarray_umath.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ def dot(a: npt.ArrayLike, b: npt.ArrayLike, out: _ArrayT) -> _ArrayT: ...
16711671

16721672
#
16731673
@overload
1674-
def vdot(a: _ArrayLike[_NumericT], b: _ArrayLike[_NumericT], /) -> _NumericT: ...
1674+
def vdot(a: _ArrayLike[_NumericT], b: _ArrayLike[_NumericT], /) -> _NumericT: ...
16751675
@overload
16761676
def vdot(a: _nt.CoInteger_nd, b: _nt.CoInteger_nd, /) -> np.signedinteger: ...
16771677
@overload

0 commit comments

Comments
 (0)