Skip to content

Commit cb5d44a

Browse files
committed
fix pep8
1 parent a0fa2c7 commit cb5d44a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/ops.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def _get_op_name(op, special):
447447
_op_descriptions[reverse_op]['reverse'] = key
448448

449449
_flex_doc_SERIES = """
450-
Generate {desc} of series and other, element-wise (binary operator `{op_name}`).
450+
Return {desc} of series and other, element-wise (binary operator `{op_name}`).
451451
452452
Equivalent to ``{equiv}``, but with support to substitute a fill_value for
453453
missing data in one of the inputs.
@@ -525,7 +525,7 @@ def _get_op_name(op, special):
525525
"""
526526

527527
_flex_doc_FRAME = """
528-
Generate {desc} of dataframe and other, element-wise (binary operator `{op_name}`).
528+
Get {desc} of dataframe and other, element-wise (binary operator `{op_name}`).
529529
530530
Equivalent to ``{equiv}``, but with support to substitute a fill_value
531531
for missing data in one of the inputs. With reverse version, `{reverse}`.
@@ -679,7 +679,7 @@ def _get_op_name(op, special):
679679
"""
680680

681681
_flex_comp_doc_FRAME = """
682-
Generate {desc} of dataframe and other, element-wise (binary operator `{op_name}`).
682+
Get {desc} of dataframe and other, element-wise (binary operator `{op_name}`).
683683
684684
Among flexible wrappers (`eq`, `ne`, `le`, `lt`, `ge`, `gt`) to comparison
685685
operators.
@@ -825,7 +825,7 @@ def _get_op_name(op, special):
825825
"""
826826

827827
_flex_doc_PANEL = """
828-
Generate {desc} of series and other, element-wise (binary operator `{op_name}`).
828+
Return {desc} of series and other, element-wise (binary operator `{op_name}`).
829829
Equivalent to ``{equiv}``.
830830
831831
Parameters

0 commit comments

Comments
 (0)