Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
juliandwain committed May 6, 2021
1 parent 0e776cc commit 2098168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thesis_api/dir_structure.py
Original file line number Diff line number Diff line change
@@ -224,7 +224,7 @@ def save_fig(
fig.write_image(f"{child_filename}")
else:
raise TypeError(
f"fig is neither from matplotlib module {mm} nor form plotly module {mp}!"
f"fig is neither from matplotlib module {mm} nor from plotly module {mp}!"
)
fig_desc["fname"] = f"{child_filename}".replace("\\", "/")
# fill the tex template

0 comments on commit 2098168

Please sign in to comment.