Skip to content

Commit b755cb7

Browse files
authored
Merge pull request matplotlib#30606 from Aaratrika-Shelly/docs/fix-mathtext-unicode-example
DOC: Fix raw string in mathtext unicode example
2 parents 9d04ff0 + 47fc02d commit b755cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/text/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,4 @@
370370
# If a particular symbol does not have a name (as is true of many of the more
371371
# obscure symbols in the STIX fonts), Unicode characters can also be used::
372372
#
373-
# r'$\u23ce$'
373+
# '$\u23ce$'

0 commit comments

Comments
 (0)