Skip to content

Commit 2dbee38

Browse files
Wikiliciouspmhatre1
authored andcommitted
DOC: Fix description for pd.concat sort argument (pandas-dev#57776)
Co-authored-by: Thomaz <[email protected]>
1 parent 8a02ca0 commit 2dbee38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/reshape/concat.py

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)