Skip to content

Commit 189f840

Browse files
GH1065 Add details to type of other in mask
1 parent 8dd513a commit 189f840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@ class DataFrame(NDFrame, OpsMixin):
19551955
| Callable[[DataFrame], DataFrame]
19561956
| Callable[[Any], _bool]
19571957
),
1958-
other=...,
1958+
other: Scalar | Series[S1] | DataFrame | Callable | NAType | None = ...,
19591959
*,
19601960
inplace: _bool = ...,
19611961
axis: Axis | None = ...,

0 commit comments

Comments
 (0)