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

Skip to content

Commit ffe02ba

Browse files
committed
Remove duplicated dict keys
Fortunatly they are all the same in different representations
1 parent 2d3de46 commit ffe02ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/matplotlib/_mathtext_data.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@
348348
r'\Rightarrow' : ('psyr', 222),
349349
r'\Downarrow' : ('psyr', 223),
350350
r'\Diamond' : ('psyr', 224),
351-
r'\langle' : ('psyr', 225),
352351
r'\Sigma' : ('psyr', 229),
353352
r'\sum' : ('psyr', 229),
354353
r'\forall' : ('psyr', 34),
@@ -2111,7 +2110,6 @@
21112110
'pitchfork' : 8916,
21122111
'blacktriangleleft' : 9664,
21132112
'nprec' : 8832,
2114-
'vdots' : 8942,
21152113
'curvearrowright' : 8631,
21162114
'barwedge' : 8892,
21172115
'multimap' : 8888,
@@ -2138,7 +2136,6 @@
21382136
'Im' : 8465,
21392137
'curvearrowleft' : 8630,
21402138
'wedgeq' : 8793,
2141-
'fallingdotseq' : 8786,
21422139
'curlyeqprec' : 8926,
21432140
'questeq' : 8799,
21442141
'less' : 60,

0 commit comments

Comments
 (0)