summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorKian Meng, Ang <kianmeng.ang@gmail.com>2021-12-18 00:23:17 +0800
committerGitHub <noreply@github.com>2021-12-17 17:23:17 +0100
commit566a377154ce68e795aa3f952bb70bd987045228 (patch)
tree9df38c7322c854fbeb44d65762e0dc9e879ac7fd /pylintrc
parentd59c6f77f1ab3d8c62fbdb080d492c4356ccc324 (diff)
downloadpylint-git-566a377154ce68e795aa3f952bb70bd987045228.tar.gz
Fix typos over the whole codebase (#5540)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 2682bfc1a..9c82edeb4 100644
--- a/pylintrc
+++ b/pylintrc
@@ -65,7 +65,7 @@ enable=
# 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