File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2127,9 +2127,9 @@ def _repr_data_resource_(self):
2127
2127
storage_options_versionadded = "1.2.0" ,
2128
2128
extra_parameters = textwrap .dedent (
2129
2129
"""\
2130
- engine_kwargs : dict, optional
2131
- Arbitrary keyword arguments passed to excel engine.
2132
- """
2130
+ engine_kwargs : dict, optional
2131
+ Arbitrary keyword arguments passed to excel engine.
2132
+ """
2133
2133
),
2134
2134
extra_examples = "" ,
2135
2135
)
Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ def set_tooltips(
539
539
storage_options_versionadded = "1.5.0" ,
540
540
extra_parameters = "" ,
541
541
extra_examples = textwrap .dedent (
542
- """\
542
+ """
543
543
If you wish to write excel notes to the workbook, you can do so by
544
544
passing a DataFrame to ``set_tooltips``. This process is independent
545
545
from writing data to the workbook, therefore both DataFrames can have
You can’t perform that action at this time.
0 commit comments