Skip to content

Commit 405c4f5

Browse files
author
Aron Fischer
committed
black
1 parent 51f54e1 commit 405c4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manim/utils/tex_file_writing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def generate_tex_file(expression, environment=None, tex_template=None):
6363
Returns
6464
-------
6565
:class:`string`
66-
Path to generated TeX file
66+
Path to generated TeX file
6767
"""
6868
if tex_template is None:
6969
tex_template = config["tex_template"]
@@ -178,7 +178,7 @@ def convert_to_svg(dvi_file, extension, regen_if_exists=False, page=1):
178178
extension : :class:`str`
179179
String containing the file extension and thus indicating the file type, e.g. ``.dvi`` or ``.pdf``
180180
regen_if_exists : Optional[:class:`bool`], optional
181-
Setting if SVG has to be regenerated even if it already exists.
181+
Setting if SVG has to be regenerated even if it already exists.
182182
page : Optional[:class:`int`], optional
183183
Page to be converted if input file is multi-page.
184184

0 commit comments

Comments
 (0)