@@ -447,7 +447,7 @@ def _get_op_name(op, special):
447
447
_op_descriptions [reverse_op ]['reverse' ] = key
448
448
449
449
_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}`).
451
451
452
452
Equivalent to ``{equiv}``, but with support to substitute a fill_value for
453
453
missing data in one of the inputs.
@@ -525,7 +525,7 @@ def _get_op_name(op, special):
525
525
"""
526
526
527
527
_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}`).
529
529
530
530
Equivalent to ``{equiv}``, but with support to substitute a fill_value
531
531
for missing data in one of the inputs. With reverse version, `{reverse}`.
@@ -679,7 +679,7 @@ def _get_op_name(op, special):
679
679
"""
680
680
681
681
_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}`).
683
683
684
684
Among flexible wrappers (`eq`, `ne`, `le`, `lt`, `ge`, `gt`) to comparison
685
685
operators.
@@ -825,7 +825,7 @@ def _get_op_name(op, special):
825
825
"""
826
826
827
827
_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}`).
829
829
Equivalent to ``{equiv}``.
830
830
831
831
Parameters
0 commit comments