Stylistic update.

This commit is contained in:
Jeremy Fincher 2003-11-11 17:50:27 +00:00
parent e828c3350e
commit d1e049cb04

View File

@ -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: