From 4c53d5301b134376f49ec1296d2e4c83dae8c0a3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 16 Jul 2004 20:33:37 +0000 Subject: [PATCH] fixed syntax error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/lib/fancytext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.50.0