Skip to content

Commit

Permalink
DOC: (de)type the return value of concat (#17079) (#17119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jebob authored and jreback committed Aug 1, 2017
1 parent 563fa08 commit f394409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/reshape/concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def concat(objs, axis=0, join='outer', join_axes=None, ignore_index=False,
Returns
-------
concatenated : type of objects
concatenated : object, type of objs
Notes
-----
Expand Down

0 comments on commit f394409

Please sign in to comment.