diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-20 18:47:01 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-20 18:47:01 +0900 |
commit | 1eba956a829c2f0e5fce96fe66f96e09a1038a6c (patch) | |
tree | 6fd4e23ead6c9844df1c7ee81151d7b370c311e7 /sphinx/highlighting.py | |
parent | 673418e7701bc291679de5f41480cff62dec77ce (diff) | |
parent | 07633a5a712a3b06c21ef35c341a606ad9b96d47 (diff) | |
download | sphinx-git-1eba956a829c2f0e5fce96fe66f96e09a1038a6c.tar.gz |
Merge branch 'stable'
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r-- | sphinx/highlighting.py | 2 |
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) |