Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 41c4cd4

Browse files
author
Matthias Koeppe
committed
src/sage/misc/latex.py: Add another # optional - latex
1 parent 8f5c962 commit 41c4cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/latex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ def eval(self, x, globals, strip=False, filename=None, debug=None,
10841084
sage: fn = tmp_filename()
10851085
sage: latex.eval("$\\ZZ[x]$", locals(), filename=fn) # not tested
10861086
''
1087-
sage: latex.eval(r"\ThisIsAnInvalidCommand", {}) # optional -- ImageMagick
1087+
sage: latex.eval(r"\ThisIsAnInvalidCommand", {}) # optional -- latex ImageMagick
10881088
An error occurred...
10891089
No pages of output...
10901090
"""

0 commit comments

Comments
 (0)