diff options
author | gbrandl <devnull@localhost> | 2007-08-15 10:28:01 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-08-15 10:28:01 +0200 |
commit | 4ebe90449791dc502d7df8e24c2370413c417f4a (patch) | |
tree | 62948510c1c9c01b30f2e94b8232a84030108af2 /pygments/lexers/functional.py | |
parent | 39524fd1a9125958e072590acdc7b955bf2e174a (diff) | |
download | pygments-4ebe90449791dc502d7df8e24c2370413c417f4a.tar.gz |
[svn] Fix last commit.
Diffstat (limited to 'pygments/lexers/functional.py')
-rw-r--r-- | pygments/lexers/functional.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py index 8bd4afff..64e826cb 100644 --- a/pygments/lexers/functional.py +++ b/pygments/lexers/functional.py @@ -21,7 +21,7 @@ from pygments.token import Text, Comment, Operator, Keyword, Name, \ String, Number, Punctuation -__all__ = ['SchemeLexer', 'HaskellLexer', 'OCamlLexer'] +__all__ = ['SchemeLexer', 'HaskellLexer', 'OcamlLexer'] class SchemeLexer(RegexLexer): |