Skip to content

Commit

Permalink
fix pydocstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <[email protected]>
  • Loading branch information
dchigarev committed Nov 13, 2023
1 parent f355dda commit 0c85dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/core/dataframe/algebra/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def try_compute_new_dtypes(
NumPy dtype of the result. If not specified it will be inferred from the `infer_dtypes` parameter.
axis : int, default: 0
Axis to perform the binary operation along.
func : callable(pandas.DataFrame, pandas.DataFrame) -> pandas.DataFrame
func : callable(pandas.DataFrame, pandas.DataFrame) -> pandas.DataFrame, optional
A callable to be used for the "try_sample" method.
Returns
Expand Down

0 comments on commit 0c85dbb

Please sign in to comment.