Skip to content

Commit c921539

Browse files
committed
Update series.py
1 parent 52c1911 commit c921539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/series.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2306,12 +2306,12 @@ def combine(self, other, func, fill_value=None):
23062306
Returns
23072307
-------
23082308
Series
2309-
A combined Series object.
2309+
The result of combining the Series with the other object.
23102310
23112311
See Also
23122312
--------
23132313
Series.combine_first : Combine Series values, choosing the calling
2314-
Series' values first
2314+
Series' values first.
23152315
23162316
Examples
23172317
--------

0 commit comments

Comments
 (0)