summaryrefslogtreecommitdiff
path: root/testsuite/support.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/support.py')
-rw-r--r--testsuite/support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/support.py b/testsuite/support.py
index 61a5427..003f181 100644
--- a/testsuite/support.py
+++ b/testsuite/support.py
@@ -119,7 +119,7 @@ def selftest(options):
print("%s: %s" % (code, source))
else:
count_failed += 1
- print("pep8.py: %s:" % error)
+ print("pycodestyle.py: %s:" % error)
for line in checker.lines:
print(line.rstrip())
return count_failed, count_all