summaryrefslogtreecommitdiff
path: root/pygments/lexers/grammar_notation.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 19:10:32 +0100
committerGeorg Brandl <georg@python.org>2017-01-22 19:10:32 +0100
commit31be35b64dceb681c0d1477c6522e18faa3a34a7 (patch)
treebe0b479bedd576f9d376d036e82150ca2dbdc0fe /pygments/lexers/grammar_notation.py
parenta10de10150fc543a5e5e17c883cc88d6ef1826fd (diff)
downloadpygments-git-31be35b64dceb681c0d1477c6522e18faa3a34a7.tar.gz
More housekeeping and missed additions to CHANGES.
Diffstat (limited to 'pygments/lexers/grammar_notation.py')
-rw-r--r--pygments/lexers/grammar_notation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/grammar_notation.py b/pygments/lexers/grammar_notation.py
index 88641ae9..076249d3 100644
--- a/pygments/lexers/grammar_notation.py
+++ b/pygments/lexers/grammar_notation.py
@@ -13,7 +13,7 @@ import re
from pygments.lexer import RegexLexer, bygroups, include, this, using, words
from pygments.token import Comment, Keyword, Literal, Name, Number, \
- Operator, Punctuation, String, Text
+ Operator, Punctuation, String, Text
__all__ = ['BnfLexer', 'AbnfLexer', 'JsgfLexer']