Skip to content

Commit 43f0727

Browse files
committed
change return type
1 parent 8aca548 commit 43f0727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/multi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ def format(
12391239
space: int = 2,
12401240
sparsify=None,
12411241
adjoin: bool = True,
1242-
) -> list:
1242+
) -> List:
12431243
if name is not None:
12441244
names = name
12451245

0 commit comments

Comments
 (0)