diff options
author | Tim Hatch <tim@timhatch.com> | 2014-04-14 14:58:34 -0400 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-04-14 14:58:34 -0400 |
commit | 1add9dd59c4725a851e01f34107081b814903c98 (patch) | |
tree | 1b44ada8e9a20d677f0641de969536c0e30e4796 /tests/test_using_api.py | |
parent | e49fcb63aac76df1ca5863327928054e32802432 (diff) | |
parent | 3394e774607f349bdc153126a368b3fb8d07bd84 (diff) | |
download | pygments-1add9dd59c4725a851e01f34107081b814903c98.tar.gz |
Merged in ziggix/pygments-main (pull request #211)
Conflicts:
pygments/lexers/_mapping.py
pygments/lexers/other.py
Diffstat (limited to 'tests/test_using_api.py')
-rw-r--r-- | tests/test_using_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_using_api.py b/tests/test_using_api.py index bb89d1e2..9e53c206 100644 --- a/tests/test_using_api.py +++ b/tests/test_using_api.py @@ -3,7 +3,7 @@ Pygments tests for using() ~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |