From cf0d4bfc636965a8980bf5b62f31ab67d6ad91d6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 2 Dec 2006 04:53:37 +0000 Subject: [PATCH] Typo and whitespace tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/ComboCtrl.py | 1 - wxPython/demo/RichTextCtrl.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wxPython/demo/ComboCtrl.py b/wxPython/demo/ComboCtrl.py index 81b89c022c..d12ff37dc5 100644 --- a/wxPython/demo/ComboCtrl.py +++ b/wxPython/demo/ComboCtrl.py @@ -423,7 +423,6 @@ class TestPanel(wx.Panel): fgs.Add(cc) fgs.Add((10,10)) fgs.Add(wx.StaticText(self, -1, "Custom popup action, and custom button bitmap")) - box = wx.BoxSizer() box.Add(fgs, 1, wx.EXPAND|wx.ALL, 20) diff --git a/wxPython/demo/RichTextCtrl.py b/wxPython/demo/RichTextCtrl.py index a31dfb4184..5cf36b7f4d 100644 --- a/wxPython/demo/RichTextCtrl.py +++ b/wxPython/demo/RichTextCtrl.py @@ -86,12 +86,12 @@ class RichTextFrame(wx.Frame): self.rtc.BeginLeftIndent(100, -40) self.rtc.Newline() - self.rtc.WriteText("It was in January, the most down-trodden month of an Edinburgh winteself.rtc. An attractive woman came into the cafe, which is nothing remarkable.") + self.rtc.WriteText("It was in January, the most down-trodden month of an Edinburgh winter. An attractive woman came into the cafe, which is nothing remarkable.") self.rtc.EndLeftIndent() self.rtc.Newline() - self.rtc.WriteText("Numbered bullets are possible, again using subindents:") + self.rtc.WriteText("Numbered bullets are possible, again using sub-indents:") self.rtc.BeginNumberedBullet(1, 100, 60) self.rtc.Newline() -- 2.45.2