]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/MaskedEditControls.py
drop highlight color fix
[wxWidgets.git] / wxPython / demo / MaskedEditControls.py
index b88f53b07ec4ec26330d92a787d1f3c78d6b456a..5e83e9cc3b0aa8f739ab9439cae2337b079d845b 100644 (file)
@@ -633,9 +633,11 @@ def RunStandalone():
     app.MainLoop()
 #----------------------------------------------------------------------------
 import wx.lib.masked.maskededit as maskededit
+# strip out module header used for pydoc:
+demodoc = '\n'.join(maskededit.__doc__.split('\n')[2:])
 overview = """<html>
 <PRE><FONT SIZE=-1>
-""" + maskededit.__doc__ + """
+""" + demodoc + """
 </FONT></PRE>
 """