Skip to content

Commit d5b8763

Browse files
committed
Fix a minor typo
1 parent b742592 commit d5b8763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/application/app_with_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Application example using build() + return
33
==========================================
44
5-
An application can be build if you return a widget on build(), or if you set
5+
An application can be built if you return a widget on build(), or if you set
66
self.root.
77
'''
88

0 commit comments

Comments
 (0)