Skip to content

Commit 9030879

Browse files
committed
Add missing $
1 parent 017a99e commit 9030879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_usetex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_usetex():
1616
# \left[ ... \right\} draw some variable-height characters,
1717
# \sqrt and \frac draw horizontal rules, \mathrm changes the font
1818
r'\LaTeX\ $\left[\int\limits_e^{2e}'
19-
r'\sqrt\frac{\log^3 x}{x}\,\mathrm{d}x \right\}',
19+
r'\sqrt\frac{\log^3 x}{x}\,\mathrm{d}x \right\}$',
2020
fontsize=24)
2121
ax.set_xticks([])
2222
ax.set_yticks([])

0 commit comments

Comments
 (0)