diff options
Diffstat (limited to 'sphinx/util/texescape.py')
-rw-r--r-- | sphinx/util/texescape.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/util/texescape.py b/sphinx/util/texescape.py index 7efbb29ae..83c78bb38 100644 --- a/sphinx/util/texescape.py +++ b/sphinx/util/texescape.py @@ -1,12 +1,4 @@ -""" - sphinx.util.texescape - ~~~~~~~~~~~~~~~~~~~~~ - - TeX escaping helper. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""TeX escaping helper.""" import re from typing import Dict |