From 497df185cb68d2fe4f4b500573496c049135cfa1 Mon Sep 17 00:00:00 2001 From: belerico Date: Tue, 21 Apr 2020 23:42:01 +0200 Subject: [PATCH] Delete double symbol --- py_asciimath/latex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py_asciimath/latex.py b/py_asciimath/latex.py index 796fc5b..0eb9318 100644 --- a/py_asciimath/latex.py +++ b/py_asciimath/latex.py @@ -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": "|"},