File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2127,11 +2127,10 @@ 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
- extra_examples = "" ,
2135
2134
)
2136
2135
def to_excel (
2137
2136
self ,
@@ -2263,7 +2262,6 @@ def to_excel(
2263
2262
automatically chosen depending on the file extension):
2264
2263
2265
2264
>>> df1.to_excel("output1.xlsx", engine="xlsxwriter") # doctest: +SKIP
2266
- {extra_examples}
2267
2265
"""
2268
2266
if engine_kwargs is None :
2269
2267
engine_kwargs = {}
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