summaryrefslogtreecommitdiff
path: root/pygments/lexers/compiled.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/compiled.py')
-rw-r--r--pygments/lexers/compiled.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/compiled.py b/pygments/lexers/compiled.py
index 6d53351b..0a499446 100644
--- a/pygments/lexers/compiled.py
+++ b/pygments/lexers/compiled.py
@@ -742,7 +742,7 @@ class JavaLexer(RegexLexer):
class DylanLexer(RegexLexer):
"""
- For the `Dylan <http://www.opendylan.org/>` language.
+ For the `Dylan <http://www.opendylan.org/>`_ language.
*New in Pygments 0.7.*
"""