summaryrefslogtreecommitdiff
path: root/pygments/lexers/forth.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/forth.py')
-rw-r--r--pygments/lexers/forth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/forth.py b/pygments/lexers/forth.py
index 6655cda5..2207908b 100644
--- a/pygments/lexers/forth.py
+++ b/pygments/lexers/forth.py
@@ -12,7 +12,7 @@ import re
from pygments.lexer import RegexLexer, bygroups
from pygments.token import Text, Comment, Keyword, Name, String, Number, \
- Whitespace
+ Whitespace
__all__ = ['ForthLexer']