From: Robin Dunn Date: Tue, 14 Mar 2006 01:29:52 +0000 (+0000) Subject: typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a6cb8040a8f73935791c44b8f1b8ac4711cb84f6 typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wx/lib/splitter.py b/wxPython/wx/lib/splitter.py index 56c3dafe60..a56a8b696d 100644 --- a/wxPython/wx/lib/splitter.py +++ b/wxPython/wx/lib/splitter.py @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # Name: wx.lib.splitter # Purpose: A class similar to wx.SplitterWindow but that allows more -# a single split +# than a single split # # Author: Robin Dunn #