summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2016-07-31 10:42:26 +0300
committerVille Skytt? <ville.skytta@iki.fi>2016-07-31 10:42:26 +0300
commitd4c972753a44d905a8fbd845b27a522f3deca042 (patch)
tree62065b8c6758420414268ae1ea4b9894b6aaf525 /pylintrc
parent0b9c4488728d6bd4e8f506c264902c4f13bfbf70 (diff)
downloadpython-coveragepy-d4c972753a44d905a8fbd845b27a522f3deca042.tar.gz
Spelling fixesspelling
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/pylintrc b/pylintrc
index 39d231c..b392166 100644
--- a/pylintrc
+++ b/pylintrc
@@ -3,7 +3,7 @@
# lint Python modules using external checkers.
#
-# This is the main checker controling the other ones and the reports
+# This is the main checker controlling the other ones and the reports
# generation. It is itself both a raw checker and an astng checker in order
# to:
# * handle message activation / deactivation at the module level
@@ -97,7 +97,7 @@ reports=no
# Python expression which should return a note less than 10 (10 is the highest
# note).You have access to the variables errors warning, statement which
-# respectivly contain the number of errors / warnings messages and the total
+# respectively contain the number of errors / warnings messages and the total
# number of statements analyzed. This is used by the global evaluation report
# (R0004).
evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
@@ -206,7 +206,7 @@ additional-builtins=
# checks for :
# * methods without self as first argument
# * overridden methods signature
-# * access only to existant members via self
+# * access only to existent members via self
# * attributes not defined in the __init__ method
# * supported interfaces implementation
# * unreachable code