Skip to content

Commit 6f39da6

Browse files
committed
1 parent 5cc4ec5 commit 6f39da6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas-stubs/core/series.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,9 @@ class Series(IndexOpsMixin[S1], NDFrame):
23192319
@overload
23202320
def __rtruediv__(
23212321
self: Series[float],
2322-
other: int | Sequence[int] | np_ndarray_anyint | np_ndarray_float,
2322+
other: (
2323+
int | Sequence[int] | np_ndarray_bool | np_ndarray_anyint | np_ndarray_float
2324+
),
23232325
) -> Series[float]: ...
23242326
@overload
23252327
def __rtruediv__(

0 commit comments

Comments
 (0)