Skip to content

Commit bdd9629

Browse files
authored
DOC: align description of sort argument with implementation (#50017)
1 parent 353d955 commit bdd9629

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/core/reshape/concat.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,7 @@ def concat(
195195
Check whether the new concatenated axis contains duplicates. This can
196196
be very expensive relative to the actual data concatenation.
197197
sort : bool, default False
198-
Sort non-concatenation axis if it is not already aligned when `join`
199-
is 'outer'.
200-
This has no effect when ``join='inner'``, which already preserves
201-
the order of the non-concatenation axis.
198+
Sort non-concatenation axis if it is not already aligned.
202199
203200
.. versionchanged:: 1.0.0
204201

0 commit comments

Comments
 (0)