Skip to content

Commit a0769ff

Browse files
committed
Remove unrelated changes to pandas/core/series.py
1 parent a85ab96 commit a0769ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/core/series.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6071,9 +6071,7 @@ def eq(
60716071
Parameters
60726072
----------
60736073
other : Series or scalar value
6074-
The second operand in this operation. Only `np.ndarray`, `list`, `tuple`,
6075-
and `Series` are considered "list-like" by pandas. All other types will
6076-
be treated as scalar values.
6074+
The second operand in this operation.
60776075
level : int or name
60786076
Broadcast across a level, matching Index values on the
60796077
passed MultiIndex level.

0 commit comments

Comments
 (0)