diff options
author | Georg Brandl <georg@python.org> | 2012-02-06 07:30:30 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-06 07:30:30 +0100 |
commit | bb2f7a8bdfce72f688d1c673c087213b73f47447 (patch) | |
tree | 316bc100ad349c4a07ac2b1fe373e9ecf25937ea /pygments/formatters/terminal.py | |
parent | 0af9aeea0bff0b5af3a8801140e641ac38b01ced (diff) | |
parent | a2d3afbf60be0693638a05f0485c445f4d5413da (diff) | |
download | pygments-bb2f7a8bdfce72f688d1c673c087213b73f47447.tar.gz |
Merge newLISP lexer from https://bitbucket.org/cormullion/pygments-main
Diffstat (limited to 'pygments/formatters/terminal.py')
-rw-r--r-- | pygments/formatters/terminal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/terminal.py b/pygments/formatters/terminal.py index a78c5a33..43d03e60 100644 --- a/pygments/formatters/terminal.py +++ b/pygments/formatters/terminal.py @@ -5,7 +5,7 @@ Formatter for terminal output with ANSI sequences. - :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |