Skip to content

Commit 0d67ef9

Browse files
kodimatrixKorotaev DV
and
Korotaev DV
authored
DOC: fix imprecision in the type description of pd.concat parameter (#56909)
Doc fix imprecision of concat Co-authored-by: Korotaev DV <[email protected]>
1 parent 4ab95ad commit 0d67ef9

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
@@ -178,7 +178,7 @@ def concat(
178178
179179
Parameters
180180
----------
181-
objs : a sequence or mapping of Series or DataFrame objects
181+
objs : an iterable or mapping of Series or DataFrame objects
182182
If a mapping is passed, the sorted keys will be used as the `keys`
183183
argument, unless it is passed, in which case the values will be
184184
selected (see below). Any None objects will be dropped silently unless

0 commit comments

Comments
 (0)