Skip to content

Commit

Permalink
src/sage/misc/latex.py: move a newline somewhere else
Browse files Browse the repository at this point in the history
(This appeases pycodestyle, and makes the docstring endings more
consistent.)
  • Loading branch information
orlitzky committed Feb 3, 2025
1 parent 6f08bb1 commit 6eed1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ def default_engine():
return 'pdflatex', 'pdfLaTeX'
return 'latex', 'LaTeX'


@cached_function
def _default_engine():
r"""
Expand Down Expand Up @@ -533,7 +534,6 @@ def _default_engine():
0 & 1
\end{array}\right)
sage: sage.misc.latex._default_engine = real_de
"""
from sage.features.latex import pdflatex, xelatex, lualatex
if lualatex().is_present():
Expand Down

0 comments on commit 6eed1bc

Please sign in to comment.