Skip to content

Commit 39b6bb2

Browse files
cmp0xffDr-Irv
andauthored
1 parent 1d565b4 commit 39b6bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/reshape/concat.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def concat( # type: ignore[overload-overlap]
4242
def concat( # pyright: ignore[reportOverlappingOverload]
4343
objs: Iterable[Series[S2]],
4444
*,
45-
axis: Literal[0, "index"] = ...,
45+
axis: AxisIndex = ...,
4646
join: Literal["inner", "outer"] = ...,
4747
ignore_index: bool = ...,
4848
keys: Iterable[HashableT2] = ...,

0 commit comments

Comments
 (0)