Skip to content

Commit 61ce349

Browse files
committed
refactor: update slide layout in presentation example to use BlankLayout
1 parent 09e885b commit 61ce349

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/presentation_tree.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ def main() -> None:
1010
presentation = (
1111
tppt.Presentation.builder()
1212
.slide(
13-
lambda slide: slide.TitleLayout(
14-
title="Hello, world!",
15-
)
13+
lambda slide: slide.BlankLayout()
1614
.builder()
1715
.text(
1816
"Hello, world!",

0 commit comments

Comments
 (0)