Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f4ee4 commit 0f2af55Copy full SHA for 0f2af55
1 file changed
examples/pylab_examples/mathtext_examples.py
@@ -53,7 +53,7 @@
53
]
54
55
if sys.maxunicode > 0xffff:
56
- stests.append('$\mathrm{\ue0f2 \U0001D538}$')
+ stests.append(ur'$\mathrm{\ue0f2 \U0001D538}$')
57
58
59
from pylab import *
0 commit comments