]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo and whitespace tweaks
authorRobin Dunn <robin@alldunn.com>
Sat, 2 Dec 2006 04:53:37 +0000 (04:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 2 Dec 2006 04:53:37 +0000 (04:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/ComboCtrl.py
wxPython/demo/RichTextCtrl.py

index 81b89c022cb01912e1553a9e1958be9c8700a87d..d12ff37dc524d5af35fd90dd2157c4742dd4693b 100644 (file)
@@ -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)
index a31dfb41845a0560ed53d039e5eec4d2bd30bd67..5cf36b7f4d5782c7129925e0e99130c1a6c8e500 100644 (file)
@@ -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()