diff --git a/src/sage/misc/latex.py b/src/sage/misc/latex.py index f0da5be08e0..892a0a5e815 100644 --- a/src/sage/misc/latex.py +++ b/src/sage/misc/latex.py @@ -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::