Skip to content

Commit db6433c

Browse files
committed
DOC: level argument description in _binop
1 parent b4ec4e5 commit db6433c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ def _binop(self, other, func, level=None, fill_value=None):
15121512
fill_value : float or object
15131513
Value to substitute for NA/null values. If both Series are NA in a
15141514
location, the result will be NA regardless of the passed fill value
1515-
level : int or name
1515+
level : int or level name, default None
15161516
Broadcast across a level, matching Index values on the
15171517
passed MultiIndex level
15181518

0 commit comments

Comments
 (0)