Skip to content

Commit 973403f

Browse files
🐛 update src/numpy-stubs/_core/umath.pyi
Co-authored-by: Joren Hammudoglu <[email protected]>
1 parent 951bbb0 commit 973403f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numpy-stubs/_core/umath.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ class _Call21Float(Protocol):
774774
x1: _ArrayLikeFloat_co,
775775
x2: _ArrayLikeFloat_co,
776776
/,
777-
out: _ArrayT | tuple[_ArrayT],
777+
out: _Out1[_ArrayT],
778778
**kwds: Unpack[_Kwargs3],
779779
) -> _ArrayT: ...
780780
@overload # (array-like, array) -> Array[float64]

0 commit comments

Comments
 (0)