From 4687f00fafd94deed7fc3004fc867d053ad44902 Mon Sep 17 00:00:00 2001 From: alexander-beedie Date: Sat, 3 Aug 2024 18:42:29 +0400 Subject: [PATCH] fic doctest --- py-polars/polars/dataframe/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/polars/dataframe/frame.py b/py-polars/polars/dataframe/frame.py index 66e6db83eb845..d8bfec28aefa4 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(