summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-09-06 21:57:44 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2021-09-06 21:57:44 -0400
commitb6672fe3eb5782475446a8de7e872b9556cca3f9 (patch)
treec5b7dba6be48caa56c914e540647c5239e4d1b8d
parent97f7933d9838853cfff901db37545b9b8478296e (diff)
downloadpylint-git-b6672fe3eb5782475446a8de7e872b9556cca3f9.tar.gz
Fix typos in useless-suppression topic
-rw-r--r--doc/user_guide/message-control.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user_guide/message-control.rst b/doc/user_guide/message-control.rst
index 9162dfd3d..0f735e533 100644
--- a/doc/user_guide/message-control.rst
+++ b/doc/user_guide/message-control.rst
@@ -200,6 +200,6 @@ Here's an example with all these rules in a single place:
Detecting useless disables
--------------------------
-When pylint get better and false positives are removed,
-disable that became useless can accumulate and clutter the code.
+As pylint gets better and false positives are removed,
+disables that became useless can accumulate and clutter the code.
In order to clean them you can enable the ``useless-suppression`` warning.