Skip to content

Commit 8266baf

Browse files
authored
fix arguments to pandas pd.merge (#145)
1 parent a9361b6 commit 8266baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/merge.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ from pandas import DataFrame as DataFrame, Series as Series
33
from pandas._typing import Label
44
from typing import Optional, Sequence, Union
55

6-
def merge(left: DataFrame,
6+
def merge(left: DataFrame|Series,
77
right: DataFrame|Series,
88
how: str = ...,
99
on: Optional[Union[Label, Sequence]] = ...,

0 commit comments

Comments
 (0)