X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..096a56242d24fa8d4dbc731011c867c9deac2dfb:/wxPython/demo/TextCtrl.py?ds=sidebyside diff --git a/wxPython/demo/TextCtrl.py b/wxPython/demo/TextCtrl.py index 8c954a43b1..b12a113b13 100644 --- a/wxPython/demo/TextCtrl.py +++ b/wxPython/demo/TextCtrl.py @@ -1,7 +1,3 @@ -# 11/21/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Updated for wx namespace -# import sys import wx @@ -161,7 +157,7 @@ def runTest(frame, nb, log): overview = """\ -A text control allows text to be displayed and (possibly) edited. It may be single +A TextCtrl allows text to be displayed and (possibly) edited. It may be single line or multi-line, support styles or not, be read-only or not, and even supports text masking for such things as passwords.