Skip to content

Commit 5475d8e

Browse files
update
1 parent 42cd54a commit 5475d8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11396,8 +11396,7 @@ def mul(
1139611396
self, other, axis: Axis = "columns", level=None, fill_value=None
1139711397
) -> DataFrame:
1139811398
"""
11399-
Get Multiplication of dataframe and other,
11400-
element-wise (binary operator `mul`).
11399+
Get Multiplication of dataframe and other,element-wise (binary operator `mul`).
1140111400

1140211401
Equivalent to ``dataframe * other``, but with support to substitute a fill_value
1140311402
for missing data in one of the inputs. With reverse version, `rmul`.

0 commit comments

Comments
 (0)