summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorKian Meng, Ang <kianmeng.ang@gmail.com>2021-12-13 16:04:26 +0800
committerGitHub <noreply@github.com>2021-12-13 09:04:26 +0100
commitc28bf74283500287e04fb9f5fcc739edc72cd7cd (patch)
tree3e322b8f5825a58cfee26f53c2da2e4c3fbfedc2 /pylintrc
parent037b75dc4edc80086b214028f6cc5f53a851872f (diff)
downloadastroid-git-c28bf74283500287e04fb9f5fcc739edc72cd7cd.tar.gz
Fix typos (#1288)
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 943d535f..2ca5a62d 100644
--- a/pylintrc
+++ b/pylintrc
@@ -84,7 +84,7 @@ confidence=
# 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