aboutsummaryrefslogtreecommitdiff
path: root/scripts/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pylintrc')
-rw-r--r--scripts/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pylintrc b/scripts/pylintrc
index c92f100..d772cb0 100644
--- a/scripts/pylintrc
+++ b/scripts/pylintrc
@@ -33,7 +33,7 @@ load-plugins=
# can either give multiple identifiers separated by comma (,) or put this
# option multiple times (only on the command line, not in the configuration
# file where it should appear only once).You can also use "--disable=all" to
-# disable everything first and then reenable specific checks. For example, if
+# disable everything first and then re-enable specific checks. For example, if
# you want to run only the similarities checker, you can use "--disable=all
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes