Skip to content

Commit 37982c1

Browse files
committed
fix: extra space
1 parent 0a299e1 commit 37982c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pyconverter/xml2py/ast_tree.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
XML_CLEANUP = {
5050
# "&thetas;": "θ", # consider replacing with :math:`\theta`
5151
"Dtl?": "",
52+
"Caret? ": "",
53+
"Caret1? ": "",
54+
"Caret 40? ": "",
5255
"Caret?": "",
5356
"Caret1?": "",
5457
"Caret 40?": "",

0 commit comments

Comments
 (0)