Skip to content

Commit 721d2ca

Browse files
committed
Typo fixed.
1 parent ad46564 commit 721d2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples_ScrollablePanelWx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def single_widget():
3434

3535
scrollable_panel = ScrollablePanelWx(root)
3636

37-
wx.StaticText(scrollable_panel.panel, label='bing window, small label')
37+
wx.StaticText(scrollable_panel.panel, label='big window, small label')
3838

3939
scrollable_panel.SetupScrolling()
4040
root.Show()

0 commit comments

Comments
 (0)