Skip to content

Commit 7d08693

Browse files
committed
fix Compile
1 parent 8ec00d7 commit 7d08693

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mathics/builtin/compilation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
class Compile(Builtin):
19-
"""
19+
'''
2020
<dl>
2121
<dt>'Compile[{x1, x2, ...}, expr_]'
2222
<dd>Compiles $expr$ assuming each $xi$ is a $Real$ number.
@@ -191,6 +191,7 @@ class CompiledCodeBox(BoxConstruct):
191191
"""
192192
Used internally by <i>CompileCode[]</i>.
193193
"""
194+
194195
def boxes_to_text(self, leaves, **options):
195196
return leaves[0].__str__()
196197

0 commit comments

Comments
 (0)