diff options
author | Georg Brandl <georg@python.org> | 2019-05-28 07:00:40 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2019-05-28 07:00:40 +0200 |
commit | 0eca5a9db1b3c1f169f3fabda9fe9b72876a6056 (patch) | |
tree | e726dacdc08cff04bfa8cbe4bad9cc4db471db79 /pygments/lexers/dylan.py | |
parent | ffc920fcaaa6e220be32e07db7e3d001dc9a4f03 (diff) | |
download | pygments-0eca5a9db1b3c1f169f3fabda9fe9b72876a6056.tar.gz |
Fixup all headers and some more minor problems.2.4.2
Diffstat (limited to 'pygments/lexers/dylan.py')
-rw-r--r-- | pygments/lexers/dylan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/dylan.py b/pygments/lexers/dylan.py index 30318f38..b9a13e27 100644 --- a/pygments/lexers/dylan.py +++ b/pygments/lexers/dylan.py @@ -5,7 +5,7 @@ Lexers for the Dylan language. - :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |