diff --git a/pandas/core/reshape/concat.py b/pandas/core/reshape/concat.py index 31859c7d04e04..2558532bfb029 100644 --- a/pandas/core/reshape/concat.py +++ b/pandas/core/reshape/concat.py @@ -178,7 +178,7 @@ def concat( Parameters ---------- - objs : a sequence or mapping of Series or DataFrame objects + objs : an iterable or mapping of Series or DataFrame objects If a mapping is passed, the sorted keys will be used as the `keys` argument, unless it is passed, in which case the values will be selected (see below). Any None objects will be dropped silently unless