summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r--sphinx/highlighting.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py
index 1ecf3d8d5..3f044f72a 100644
--- a/sphinx/highlighting.py
+++ b/sphinx/highlighting.py
@@ -51,9 +51,9 @@ for _lexer in lexers.values():
_lexer.add_filter('raiseonerror')
-escape_hl_chars = {ord(u'\\'): u'\\PYGZbs{}',
- ord(u'{'): u'\\PYGZob{}',
- ord(u'}'): u'\\PYGZcb{}'}
+escape_hl_chars = {ord('\\'): '\\PYGZbs{}',
+ ord('{'): '\\PYGZob{}',
+ ord('}'): '\\PYGZcb{}'}
# used if Pygments is available
# use textcomp quote to get a true single quote