Skip to content

Commit e008a0a

Browse files
authored
DOC: Remove ambiguity in fill_value documentation (#33788)
1 parent e82c0c6 commit e008a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/ops/docstrings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def _make_flex_doc(op_name, typ):
399399
Return {desc} of series and other, element-wise (binary operator `{op_name}`).
400400
401401
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.
403403
404404
Parameters
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.
412412
level : int or name
413413
Broadcast across a level, matching Index values on the
414414
passed MultiIndex level.

0 commit comments

Comments
 (0)