Skip to content

Commit edaa930

Browse files
committed
🐛 fix overload
1 parent 095d19a commit edaa930

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
@@ -482,7 +482,7 @@ class _Call11Float_O(Protocol): # {[f]O} -> $1
482482
/,
483483
out: None = None,
484484
*,
485-
dtype: _DTypeLikeBool | None = None,
485+
dtype: _DTypeLikeFloat | None = None,
486486
**kwargs: Unpack[_Kwargs2],
487487
) -> NDArray[np.floating] | np.floating: ...
488488

0 commit comments

Comments
 (0)