File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,10 @@ def concat(
199
199
Check whether the new concatenated axis contains duplicates. This can
200
200
be very expensive relative to the actual data concatenation.
201
201
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.
206
206
copy : bool, default True
207
207
If False, do not copy data unnecessarily.
208
208
You can’t perform that action at this time.
0 commit comments