Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f426f0

Browse files
committed
fixed typo in mathtext introduced in last commit
svn path=/trunk/matplotlib/; revision=6206
1 parent 753c7c0 commit 6f426f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/pylab_examples/mathtext_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
if sys.maxunicode > 0xffff:
5757
stests.append('$\mathrm{\ue0f2 \U0001D538}$')
58-
]
58+
5959

6060
from pylab import *
6161

0 commit comments

Comments
 (0)