X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bee2fce884c75e37b2cadc076362f07c5f5779d..c145a47c6e8fda0223826362e09ca1211647e3a7:/wxPython/demo/ListCtrl_edit.py

diff --git a/wxPython/demo/ListCtrl_edit.py b/wxPython/demo/ListCtrl_edit.py
index 10515eb486..eaa4ba0380 100644
--- a/wxPython/demo/ListCtrl_edit.py
+++ b/wxPython/demo/ListCtrl_edit.py
@@ -34,7 +34,6 @@ class TestListCtrl(wx.ListCtrl,
                  size=wx.DefaultSize, style=0):
         wx.ListCtrl.__init__(self, parent, ID, pos, size, style)
 
-        # Divide remaining space over all columns
         listmix.ListCtrlAutoWidthMixin.__init__(self)
         self.Populate()
         listmix.TextEditMixin.__init__(self)