style tweak

This commit is contained in:
Paul Tagliamonte 2013-05-08 20:07:38 -04:00
parent 772927c53d
commit 72461a5cdb

View File

@ -67,7 +67,9 @@ class HyASTCompilerTest(unittest.TestCase):
self.assertIsInstance(ret.expr, ast.Name)
def test_compiler_bare_names(self):
"""Check that the compiler doesn't drop bare names from code branches"""
"""
Check that the compiler doesn't drop bare names from code branches
"""
ret = self.c.compile(self._make_expression(HySymbol("do"),
HySymbol("a"),
HySymbol("b"),