summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 2662898dc..eb48b4a1f 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -66,7 +66,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