Skip to content

Commit 0ddb3f2

Browse files
committed
fix docs indentation
1 parent 47d3ba1 commit 0ddb3f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/user_guide/merging.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ functionality below.
143143

144144
.. note::
145145

146-
When concatenating DataFrames with named axes, pandas will attempt to preserve
147-
these index/column names whenever possible. In the case where all inputs share a
148-
common name, this name will be assigned to the result. When the input names do
149-
not all agree, the result will be unnamed. The same is true for :class:`MultiIndex`,
150-
but the logic is applied separately on a level-by-level basis.
146+
When concatenating DataFrames with named axes, pandas will attempt to preserve
147+
these index/column names whenever possible. In the case where all inputs share a
148+
common name, this name will be assigned to the result. When the input names do
149+
not all agree, the result will be unnamed. The same is true for :class:`MultiIndex`,
150+
but the logic is applied separately on a level-by-level basis.
151151

152152

153153
Set logic on the other axes

0 commit comments

Comments
 (0)