Skip to content

Commit 108d96e

Browse files
anetakahlelofcz
andcommitted
Update concat.py
Co-Authored-By: Matěj Štágl <[email protected]>
1 parent 824b9bd commit 108d96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/concat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def concat(
354354
>>> new_row = pd.Series([3])
355355
>>> new_row
356356
0 3
357-
>>> pd.concat([df7, new_row.to_frame().T], ignore_index=True)
357+
>>> pd.concat([df7, new_row.to_frame().T], ignore_index=True)
358358
a b 0
359359
0 1.0 2.0 NaN
360360
1 NaN NaN 3.0

0 commit comments

Comments
 (0)