From ed035b51b35b12e1c65d26f413004df224b25687 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 22 Jan 2020 11:24:54 -0800 Subject: [PATCH] Fix typo --- demo/Menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Menu.py b/demo/Menu.py index c77b012e..96e91a49 100644 --- a/demo/Menu.py +++ b/demo/Menu.py @@ -36,7 +36,7 @@ check the source for this sample to see how to implement them. item.SetFont(wx.Font(wx.FontInfo(10).Bold())) menu1.Append(item) else: - # But we'lkl just do it the normal way for this sample + # But we'll just do it the normal way for this sample menu1.Append(103, "&Earth", "You may select Earth too") menu1.AppendSeparator() menu1.Append(104, "&Close", "Close this frame")