X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9694b21a4da9d2f79fec7b0776fd18bd4b15220a..619dcb095efac5a79b6bd1e7c65d62d651ef48fc:/wxPython/demo/Choicebook.py

diff --git a/wxPython/demo/Choicebook.py b/wxPython/demo/Choicebook.py
index de304a996e..4b92842e82 100644
--- a/wxPython/demo/Choicebook.py
+++ b/wxPython/demo/Choicebook.py
@@ -14,8 +14,7 @@ pageTexts = [ "Yet",
 
 class TestCB(wx.Choicebook):
     def __init__(self, parent, id, log):
-        wx.Choicebook.__init__(self, parent, id
-                            )
+        wx.Choicebook.__init__(self, parent, id)
         self.log = log
 
         # Now make a bunch of panels for the choice book