X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28ff70c21f80741ca1a5a5be0be450279a8c778c..6ea48c514e0b911113020c76fdb83b64f5941ddb:/wxPython/demo/BitmapButton.py

diff --git a/wxPython/demo/BitmapButton.py b/wxPython/demo/BitmapButton.py
index cd78af9b18..208b947e5d 100644
--- a/wxPython/demo/BitmapButton.py
+++ b/wxPython/demo/BitmapButton.py
@@ -43,7 +43,7 @@ class TestPanel(wx.Panel):
         # hide a little surprise in the button...
         b.SetBitmapSelected(images.getRobinBitmap())
 
-       b.SetToolTipString("This is a bitmap button with \nwx.NO_BORDER style.")
+        b.SetToolTipString("This is a bitmap button with \nwx.NO_BORDER style.")
         self.Bind(wx.EVT_BUTTON, self.OnClick, b)