File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,10 @@ def concat(
199199 Check whether the new concatenated axis contains duplicates. This can
200200 be very expensive relative to the actual data concatenation.
201201 sort : bool, default False
202- Sort non-concatenation axis if it is not already aligned . One exception to
203- this is when the non-concatentation axis is a DatetimeIndex and join='outer'
204- and the axis is not already aligned. In that case, the non-concatenation
205- axis is always sorted lexicographically.
202+ Sort non-concatenation axis. One exception to this is when the
203+ non-concatentation axis is a DatetimeIndex and join='outer' and the axis is
204+ not already aligned. In that case, the non-concatenation axis is always
205+ sorted lexicographically.
206206 copy : bool, default True
207207 If False, do not copy data unnecessarily.
208208
You can’t perform that action at this time.
0 commit comments