diff options
Diffstat (limited to 'pygments/lexers/qvt.py')
-rw-r--r-- | pygments/lexers/qvt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/qvt.py b/pygments/lexers/qvt.py index 515d7270..680d3fb8 100644 --- a/pygments/lexers/qvt.py +++ b/pygments/lexers/qvt.py @@ -18,7 +18,7 @@ __all__ = ['QVToLexer'] class QVToLexer(RegexLexer): - u""" + """ For the `QVT Operational Mapping language <http://www.omg.org/spec/QVT/1.1/>`_. Reference for implementing this: «Meta Object Facility (MOF) 2.0 |