Skip to content

Commit b8ba5f9

Browse files
committed
Fix formatting
1 parent 8d2f78c commit b8ba5f9

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/sage/interfaces/axiom.py

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,22 @@
200200
# axiom has a lot a lot of ways for getting documentation from the
201201
# system -- this could also be useful.
202202

203+
203204
class PanAxiom(ExtraTabCompletion, Expect):
204205
"""
205206
Interface to a PanAxiom interpreter.
206207
"""
207-
def __init__(self, name='axiom', command='axiom -nox -noclef',
208-
script_subdirectory=None, logfile=None,
209-
server=None, server_tmpdir=None,
210-
init_code=[')lisp (si::readline-off)']):
208+
209+
def __init__(
210+
self,
211+
name="axiom",
212+
command="axiom -nox -noclef",
213+
script_subdirectory=None,
214+
logfile=None,
215+
server=None,
216+
server_tmpdir=None,
217+
init_code=[")lisp (si::readline-off)"],
218+
):
211219
"""
212220
Create an instance of the Axiom interpreter.
213221

0 commit comments

Comments
 (0)