Skip to content

Commit

Permalink
Delete double symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 21, 2020
1 parent ccc81f4 commit 497df18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py_asciimath/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def get_symbols_for(symbol_group, lang_to): # pragma: no cover
".": {"asciimath": ".", "mathml": "."},
"_": {"asciimath": "_", "mathml": "_"},
"'": {"asciimath": "'", "mathml": "'"},
"/": {"asciimath": "/", "mathml": "/"},
"|": {"asciimath": "|", "mathml": "|"},
"\\vert": {"asciimath": "|", "mathml": "|"},
"\\mid": {"asciimath": "|", "mathml": "|"},
Expand Down

0 comments on commit 497df18

Please sign in to comment.