From: Robin Dunn Date: Fri, 16 Jul 2004 20:33:37 +0000 (+0000) Subject: fixed syntax error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4c53d5301b134376f49ec1296d2e4c83dae8c0a3 fixed syntax error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wx/lib/fancytext.py b/wxPython/wx/lib/fancytext.py index c07d6f0461..0c61639f19 100644 --- a/wxPython/wx/lib/fancytext.py +++ b/wxPython/wx/lib/fancytext.py @@ -401,7 +401,7 @@ renderToDC = RenderToDC # Test Driver def test(): - testText = + testText = \ """FancyText -- methods for rendering XML specified text This module exports four main methods::