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

Skip to content

Commit 0f2af55

Browse files
committed
added unicode flag
svn path=/trunk/matplotlib/; revision=6208
1 parent b3f4ee4 commit 0f2af55

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
@@ -53,7 +53,7 @@
5353
]
5454

5555
if sys.maxunicode > 0xffff:
56-
stests.append('$\mathrm{\ue0f2 \U0001D538}$')
56+
stests.append(ur'$\mathrm{\ue0f2 \U0001D538}$')
5757

5858

5959
from pylab import *

0 commit comments

Comments
 (0)