]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ColourDB.py
doc tweaks, typo fixed, etc.
[wxWidgets.git] / wxPython / demo / ColourDB.py
index 39e35fb296617a50a930a546b0b2808339aeed61..3db76c0a06c10041bddbfdcefb8a5ae19495e494 100644 (file)
@@ -141,8 +141,8 @@ class TestWindow(wx.ScrolledWindow):
         dc.EndDrawing()
 
 
-# On wxGTK there needs to be a panel under wxScrolledWindows if they are
-# going to be in a wxNotebook. And, in the demo, we are.
+# On wxGTK there needs to be a panel under wx.ScrolledWindows if they are
+# going to be in a wxNotebook. And, in this demo, we are.
 class TestPanel(wx.Panel):
     def __init__(self, parent):
         wx.Panel.__init__(self, parent, -1)