Skip to content

Commit f394409

Browse files
jebobjreback
authored andcommitted
DOC: (de)type the return value of concat (#17079) (#17119)
1 parent 563fa08 commit f394409

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
@@ -65,7 +65,7 @@ def concat(objs, axis=0, join='outer', join_axes=None, ignore_index=False,
6565
6666
Returns
6767
-------
68-
concatenated : type of objects
68+
concatenated : object, type of objs
6969
7070
Notes
7171
-----

0 commit comments

Comments
 (0)