Skip to content

Commit 51d1a18

Browse files
authored
DOC: remove concat dict sortedness statement (#58518)
* DOC: remove concat dict sortedness statement * DOC: simplify objs order comment
1 parent ec665cc commit 51d1a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/concat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def concat(
171171
Parameters
172172
----------
173173
objs : an iterable or mapping of Series or DataFrame objects
174-
If a mapping is passed, the sorted keys will be used as the `keys`
174+
If a mapping is passed, the keys will be used as the `keys`
175175
argument, unless it is passed, in which case the values will be
176176
selected (see below). Any None objects will be dropped silently unless
177177
they are all None in which case a ValueError will be raised.

0 commit comments

Comments
 (0)