summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTetsuo Koyama <tkoyama010@gmail.com>2020-07-19 00:43:11 +0000
committerTetsuo Koyama <tkoyama010@gmail.com>2020-07-19 00:43:11 +0000
commitae7c4cc3b87d270bd9089c8c145f569df2557b29 (patch)
treec6bf012f15d9eede6369612e424ec30940a80f0b /utils
parente5d9527b0be3d54cedae022e98c195a93d68be41 (diff)
downloadsphinx-git-ae7c4cc3b87d270bd9089c8c145f569df2557b29.tar.gz
fix typo
Diffstat (limited to 'utils')
-rw-r--r--utils/pylintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/pylintrc b/utils/pylintrc
index cf71db595..c2b338b79 100644
--- a/utils/pylintrc
+++ b/utils/pylintrc
@@ -1,6 +1,6 @@
# 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
@@ -71,7 +71,7 @@ reports=yes
# 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)