summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 17:52:50 +0000
committerGeorg Brandl <georg@python.org>2017-01-22 17:52:50 +0000
commit5f50e9a82fb428738b8ca9fdb4f0fe7990f1ea35 (patch)
tree2db825abd8fb251d79724450e363fb673ae80d1d /tests/run.py
parente10e63b7cdb19e95bf7cef3502268521cfc81235 (diff)
parent40c74d50347fa8cf6f60182fc4a1a518e983cb0d (diff)
downloadpygments-5f50e9a82fb428738b8ca9fdb4f0fe7990f1ea35.tar.gz
Merged in cocoatomo/pygments-main/pr/missing-self (pull request #613)
Insert a missing argument "self"
Diffstat (limited to 'tests/run.py')
-rw-r--r--tests/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py
index 8167b911..07665b2a 100644
--- a/tests/run.py
+++ b/tests/run.py
@@ -8,7 +8,7 @@
python run.py [testfile ...]
- :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""