aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/MarkupSafe/py2/markupsafe/_constants.py
diff options
context:
space:
mode:
authorartkolesnikov <artkolesnikov@yandex-team.ru>2022-02-10 16:47:36 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:36 +0300
commit8611780b719073fe6c7e6536c71d61e20d57a5d6 (patch)
tree1284229a15a8eeeb4e9c81a6473f4e31d625cb52 /contrib/python/MarkupSafe/py2/markupsafe/_constants.py
parentcfadda92ca195da3ad68d721a58872a4f1ced696 (diff)
downloadydb-8611780b719073fe6c7e6536c71d61e20d57a5d6.tar.gz
Restoring authorship annotation for <artkolesnikov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/MarkupSafe/py2/markupsafe/_constants.py')
-rw-r--r--contrib/python/MarkupSafe/py2/markupsafe/_constants.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/python/MarkupSafe/py2/markupsafe/_constants.py b/contrib/python/MarkupSafe/py2/markupsafe/_constants.py
index 7c57c2d294..1a14c3cde1 100644
--- a/contrib/python/MarkupSafe/py2/markupsafe/_constants.py
+++ b/contrib/python/MarkupSafe/py2/markupsafe/_constants.py
@@ -1,13 +1,13 @@
-# -*- coding: utf-8 -*-
-"""
+# -*- coding: utf-8 -*-
+"""
markupsafe._constants
~~~~~~~~~~~~~~~~~~~~~
-
+
:copyright: 2010 Pallets
:license: BSD-3-Clause
-"""
-
-HTML_ENTITIES = {
+"""
+
+HTML_ENTITIES = {
"AElig": 198,
"Aacute": 193,
"Acirc": 194,
@@ -261,4 +261,4 @@ HTML_ENTITIES = {
"zeta": 950,
"zwj": 8205,
"zwnj": 8204,
-}
+}