diff --git a/py-polars/polars/dataframe/frame.py b/py-polars/polars/dataframe/frame.py index 66e6db83eb84..d8bfec28aefa 100644 --- a/py-polars/polars/dataframe/frame.py +++ b/py-polars/polars/dataframe/frame.py @@ -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(