Skip to content

Commit 4408eef

Browse files
authored
Update series.py
1 parent 795b5a1 commit 4408eef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/series.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2286,7 +2286,8 @@ def combine(self, other, func, fill_value=None):
22862286
22872287
Returns
22882288
-------
2289-
A Series object.
2289+
Series
2290+
A combined Series object.
22902291
22912292
Examples
22922293
--------

0 commit comments

Comments
 (0)