X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b55cabf505902af2275a5ae796acacae7073882..afc94fa6b43722d604017798a767fa84ef883b47:/utils/wxPython/demo/wxEditor.py diff --git a/utils/wxPython/demo/wxEditor.py b/utils/wxPython/demo/wxEditor.py index ffbea7d2ee..a798b9a8f6 100644 --- a/utils/wxPython/demo/wxEditor.py +++ b/utils/wxPython/demo/wxEditor.py @@ -16,7 +16,8 @@ def runTest(frame, nb, log): ed.SetText(["", "This is a simple text editor, the class name is", - "wxEditor. Type a few lines and try it out."]) + "wxEditor. Type a few lines and try it out.", + ""]) pyed.SetText(["# This one is a derived class named wxPyEditor.", "# It adds syntax highlighting, folding (press",