From d1e049cb04470862cea2bec953cb02985a970b11 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 11 Nov 2003 17:50:27 +0000 Subject: [PATCH] Stylistic update. --- test/test_Python.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test_Python.py b/test/test_Python.py index 013dcc659..2fb4c48c9 100644 --- a/test/test_Python.py +++ b/test/test_Python.py @@ -57,8 +57,9 @@ class PythonTestCase(PluginTestCase, PluginDocumentation): self.assertNotError('zen') def testAspnRecipes(self): - self.assertRegexp('http://aspn.activestate.com/ASPN/Cookbook/Python/'\ - 'Recipe/230113', 'Implementation of sets using sorted lists') + self.assertRegexp('http://aspn.activestate.com/ASPN/Cookbook/Python/' + 'Recipe/230113', + 'Implementation of sets using sorted lists') # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: