Skip to content

Commit 7faa7b0

Browse files
authored
Update series.py
1 parent ca993a2 commit 7faa7b0

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
@@ -2287,12 +2287,12 @@ def combine(self, other, func, fill_value=None):
22872287
Returns
22882288
-------
22892289
Series
2290-
A combined Series object.
2290+
The result of combining the Series with the other object.
22912291
22922292
See Also
22932293
--------
22942294
Series.combine_first : Combine Series values, choosing the calling
2295-
Series' values first
2295+
Series' values first.
22962296
22972297
Examples
22982298
--------

0 commit comments

Comments
 (0)