fixed typo in comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2001-10-16 18:49:35 +00:00
parent 49f992a5ff
commit 43edcf13ca

View File

@ -17,7 +17,7 @@ from wxPython.wx import *
class wxColumnSorterMixin: class wxColumnSorterMixin:
""" """
A mixin class that handles sorting of a wxListCtrl in REPORT mode when A mixin class that handles sorting of a wxListCtrl in REPORT mode when
the coilumn header is clicked on. the column header is clicked on.
There are a few requirments needed in order for this to work genericly: There are a few requirments needed in order for this to work genericly: