diff options
| author | Tim Hatch <tim@timhatch.com> | 2015-10-13 09:47:37 -0700 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2015-10-13 09:47:37 -0700 |
| commit | 5feca7d3ad9bb485f0e9325d1ca62159dc358dfe (patch) | |
| tree | 3cc58eeb3e9bbaf89d02a96aa43ad911371d0f1b /pygments/formatters/bbcode.py | |
| parent | d303d58a5c1f90c707bd5ccaf31a30ef6f9221bb (diff) | |
| parent | 8104d899de2d40189a1df49bbcd7519c6b767141 (diff) | |
| download | pygments-5feca7d3ad9bb485f0e9325d1ca62159dc358dfe.tar.gz | |
Merged in danmichaelo/pygments-main (pull request #425)
Add TurtleLexer
Diffstat (limited to 'pygments/formatters/bbcode.py')
| -rw-r--r-- | pygments/formatters/bbcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/bbcode.py b/pygments/formatters/bbcode.py index 21525f1c..580989f0 100644 --- a/pygments/formatters/bbcode.py +++ b/pygments/formatters/bbcode.py @@ -5,7 +5,7 @@ BBcode formatter. - :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
