summaryrefslogtreecommitdiff
path: root/sphinx/util/texescape.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/texescape.py')
-rw-r--r--sphinx/util/texescape.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/texescape.py b/sphinx/util/texescape.py
index 051370481..bbfe08566 100644
--- a/sphinx/util/texescape.py
+++ b/sphinx/util/texescape.py
@@ -11,7 +11,6 @@
import re
from typing import Dict
-
tex_replacements = [
# map TeX special chars
('$', r'\$'),