Skip to content

Commit 9b2fc5a

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

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
@@ -57,7 +57,7 @@ def generate_tex_file(expression, environment=None, tex_template=None):
5757
String containing the TeX expression to be rendered, e.g. ``\\sqrt{2}`` or ``foo``
5858
environment : Optional[:class:`str`], optional
5959
The string containing the environment in which the expression should be typeset, e.g. ``align*``
60-
tex_template : Optional[:class:`TexTemplate`], optional
60+
tex_template : Optional[:class:`~.TexTemplate`], optional
6161
Template class used to typesetting. If not set, use default template set via `config["tex_template"]`
6262
6363
Returns

0 commit comments

Comments
 (0)