File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ def _make_flex_doc(op_name, typ):
399
399
Return {desc} of series and other, element-wise (binary operator `{op_name}`).
400
400
401
401
Equivalent to ``{equiv}``, but with support to substitute a fill_value for
402
- missing data in one of the inputs.
402
+ missing data in either one of the inputs.
403
403
404
404
Parameters
405
405
----------
@@ -408,7 +408,7 @@ def _make_flex_doc(op_name, typ):
408
408
Fill existing missing (NaN) values, and any new element needed for
409
409
successful Series alignment, with this value before computation.
410
410
If data in both corresponding Series locations is missing
411
- the result will be missing.
411
+ the result of filling (at that location) will be missing.
412
412
level : int or name
413
413
Broadcast across a level, matching Index values on the
414
414
passed MultiIndex level.
You can’t perform that action at this time.
0 commit comments