diff options
author | Tim Hatch <tim@timhatch.com> | 2014-04-14 15:24:11 -0400 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-04-14 15:24:11 -0400 |
commit | 775708f0cd0fc79c120efff55becfc9c0d52aab3 (patch) | |
tree | a3b2610df30e95695abfb4ef8d5728861dbe90c3 /tests/test_using_api.py | |
parent | 4ea98ad140a53922d83be5c1ab298e4ca2e980cc (diff) | |
parent | dd4dc914d46c58843c5144aaad6f85bc78ed1973 (diff) | |
download | pygments-775708f0cd0fc79c120efff55becfc9c0d52aab3.tar.gz |
Merged in alexsdutton/pygments-main (pull request #78)
Conflicts:
AUTHORS
pygments/lexers/_mapping.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 83d3f18e..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-2012 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |