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):
399399Return {desc} of series and other, element-wise (binary operator `{op_name}`).
400400
401401Equivalent 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.
403403
404404Parameters
405405----------
@@ -408,7 +408,7 @@ def _make_flex_doc(op_name, typ):
408408 Fill existing missing (NaN) values, and any new element needed for
409409 successful Series alignment, with this value before computation.
410410 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.
412412level : int or name
413413 Broadcast across a level, matching Index values on the
414414 passed MultiIndex level.
You can’t perform that action at this time.
0 commit comments