summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-20 18:47:01 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-20 18:47:01 +0900
commit1eba956a829c2f0e5fce96fe66f96e09a1038a6c (patch)
tree6fd4e23ead6c9844df1c7ee81151d7b370c311e7 /sphinx/highlighting.py
parent673418e7701bc291679de5f41480cff62dec77ce (diff)
parent07633a5a712a3b06c21ef35c341a606ad9b96d47 (diff)
downloadsphinx-git-1eba956a829c2f0e5fce96fe66f96e09a1038a6c.tar.gz
Merge branch 'stable'
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r--sphinx/highlighting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py
index a3e36486f..94f562159 100644
--- a/sphinx/highlighting.py
+++ b/sphinx/highlighting.py
@@ -145,7 +145,7 @@ class PygmentsBridge(object):
elif warn:
warn('Could not lex literal_block as "%s". '
'Highlighting skipped.' % lang,
- type='misc', subtype='higlighting_failure')
+ type='misc', subtype='highlighting_failure')
else:
raise exc
hlsource = highlight(source, lexers['none'], formatter)