Skip to content

Commit f0205a3

Browse files
committed
docs: update README example to reflect changes in workbook initialization
1 parent 3297793 commit f0205a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install xpyxl
2121
import xpyxl as x
2222

2323
report = (
24-
x.workbook("Sales")[
24+
x.workbook()[
2525
x.sheet("Summary")[
2626
x.row(style=[x.text_2xl, x.bold, x.text_blue])["Q3 Sales Overview"],
2727
x.row(style=[x.text_sm, x.text_gray])["Region", "Units", "Price"],

0 commit comments

Comments
 (0)