summaryrefslogtreecommitdiff
path: root/pylint/checkers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/__init__.py')
-rw-r--r--pylint/checkers/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/__init__.py b/pylint/checkers/__init__.py
index 24ad8ca99..95a18a329 100644
--- a/pylint/checkers/__init__.py
+++ b/pylint/checkers/__init__.py
@@ -71,7 +71,7 @@ def table_lines_from_stats(stats, old_stats, columns):
def initialize(linter):
- """initialize linter with checkers in this package """
+ """initialize linter with checkers in this package"""
register_plugins(linter, __path__[0])