Skip to content

Commit

Permalink
src/sage/misc/latex.py: update docstring for _default_engine()
Browse files Browse the repository at this point in the history
This function no longer returns the stylized engine name, so its
docstring needs an update to reflect that.
  • Loading branch information
orlitzky committed Feb 3, 2025
1 parent d5fa112 commit 6f08bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/misc/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,10 @@ def default_engine():
@cached_function
def _default_engine():
r"""
Return the default latex engine and the official name of the engine.
Return the name of the default latex engine.
This is determined by availability of the popular engines on the user's
system. It is assumed that at least latex is available.
This is determined by availability of the popular engines on the
user's system. It is assumed that at least "latex" is available.
EXAMPLES::
Expand Down

0 comments on commit 6f08bb1

Please sign in to comment.