Skip to content

Commit 3f7c5bf

Browse files
fixes type and closes #3756
1 parent 368a372 commit 3f7c5bf

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/io

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/io/_html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
_mathjax_config = """\
2222
<script type="text/javascript">\
23-
if (window.MathJax && window.MathJax.Hub && && window.MathJax.Hub.Config) {window.MathJax.Hub.Config({SVG: {font: "STIX-Web"}});}\
23+
if (window.MathJax && window.MathJax.Hub && window.MathJax.Hub.Config) {window.MathJax.Hub.Config({SVG: {font: "STIX-Web"}});}\
2424
</script>"""
2525

2626

0 commit comments

Comments
 (0)