Skip to content

Commit 8768ad8

Browse files
cobordismPgBiel
andauthored
Update manim/utils/tex_file_writing.py
Co-authored-by: Pg Biel <[email protected]>
1 parent 7337359 commit 8768ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/utils/tex_file_writing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def tex_to_svg_file(expression, environment=None, tex_template=None):
3030
String containing the TeX expression to be rendered, e.g. ``\\sqrt{2}`` or ``foo``
3131
environment : Optional[:class:`str`], optional
3232
The string containing the environment in which the expression should be typeset, e.g. ``align*``
33-
tex_template : Optional[:class:`TexTemplate`], optional
33+
tex_template : Optional[:class:`~.TexTemplate`], optional
3434
Template class used to typesetting. If not set, use default template set via `config["tex_template"]`
3535
3636
Returns

0 commit comments

Comments
 (0)