Skip to content

Commit

Permalink
fic doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Aug 3, 2024
1 parent 4c1051e commit 4687f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -3161,7 +3161,7 @@ def write_excel(
categories is strongly recommended so that you do not have to calculate
cell positions with respect to the frame data and worksheet:
>>> with Workbook("basic_chart.xlsx") as wb:
>>> with Workbook("basic_chart.xlsx") as wb: # doctest: +SKIP
... # create worksheet object and write frame data to it
... ws = wb.add_worksheet("demo")
... df.write_excel(
Expand Down

0 comments on commit 4687f00

Please sign in to comment.