Skip to content

Commit 64b7dab

Browse files
Replaced JoinHow with MergeHow in frame.join
1 parent dbda093 commit 64b7dab

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
@@ -1421,7 +1421,7 @@ class DataFrame(NDFrame, OpsMixin):
14211421
self,
14221422
other: DataFrame | Series | list[DataFrame | Series],
14231423
on: _str | list[_str] | None = ...,
1424-
how: JoinHow = ...,
1424+
how: MergeHow = ...,
14251425
lsuffix: _str = ...,
14261426
rsuffix: _str = ...,
14271427
sort: _bool = ...,

0 commit comments

Comments
 (0)