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

Skip to content

Commit 57eea58

Browse files
committed
Add missing commas.
1 parent 7f55623 commit 57eea58

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

lib/matplotlib/_mathtext_data.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -972,19 +972,19 @@
972972
'biguplus' : 10756,
973973
'epsilon' : 949,
974974
'vartheta' : 977,
975-
'bigotimes' : 10754
976-
'guillemotleft' : 171
977-
'ring' : 730
978-
'Thorn' : 222
979-
'guilsinglright' : 8250
980-
'perthousand' : 8240
981-
'macron' : 175
982-
'cent' : 162
983-
'guillemotright' : 187
984-
'equal' : 61
985-
'asterisk' : 42
986-
'guilsinglleft' : 8249
987-
'plus' : 43
975+
'bigotimes' : 10754,
976+
'guillemotleft' : 171,
977+
'ring' : 730,
978+
'Thorn' : 222,
979+
'guilsinglright' : 8250,
980+
'perthousand' : 8240,
981+
'macron' : 175,
982+
'cent' : 162,
983+
'guillemotright' : 187,
984+
'equal' : 61,
985+
'asterisk' : 42,
986+
'guilsinglleft' : 8249,
987+
'plus' : 43,
988988
'thorn' : 254,
989989
'dagger' : 8224
990990
}

0 commit comments

Comments
 (0)