Skip to content

Commit 7beecbe

Browse files
committed
Update fricas.py
1 parent e5f31b0 commit 7beecbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/interfaces/fricas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ def _eval_line(self, line, allow_use_file=True, wait_for_prompt=True, restart_if
926926
927927
sage: fricas.eval('1+1')
928928
'\n 2\n'
929+
929930
"""
930931
result = Expect._eval_line(self, line, allow_use_file=allow_use_file,
931932
wait_for_prompt=wait_for_prompt,

0 commit comments

Comments
 (0)