10000 Fix mathtext_examples so it runs. · matplotlib/matplotlib@7085dad · GitHub
[go: up one dir, main page]

Skip to content

Commit 7085dad

Browse files
committed
Fix mathtext_examples so it runs.
1 parent fbbf5bb commit 7085dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/mathtext_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
r"$\gamma = \frac{x=\frac{6}{8}}{y} \delta$",
3939
r'$\limsup_{x\to\infty}$',
4040
r'$\oint^\infty_0$',
41-
r"$f^'$",
41+
r"$f^\prime$",
4242
r'$\frac{x_2888}{y}$',
4343
r"$\sqrt[3]{\frac{X_2}{Y}}=5$",
4444
r"$\sqrt[5]{\prod^\frac{x}{2\pi^2}_\infty}$",

0 commit comments

Comments
 (0)
0