Skip to content

Commit 52955a3

Browse files
committed
Update series.py
1 parent 63c6b4b commit 52955a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/series.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,8 @@ def combine(self, other, func, fill_value=None):
23012301
23022302
Returns
23032303
-------
2304-
A Series object.
2304+
Series
2305+
A combined Series object.
23052306
23062307
Examples
23072308
--------

0 commit comments

Comments
 (0)