We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa05ff3 commit a12429aCopy full SHA for a12429a
pandas/core/reshape/concat.py
@@ -171,7 +171,7 @@ def concat(
171
Parameters
172
----------
173
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`
+ If a mapping is passed, the keys will be used as the `keys`
175
argument, unless it is passed, in which case the values will be
176
selected (see below). Any None objects will be dropped silently unless
177
they are all None in which case a ValueError will be raised.
0 commit comments