summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfahhem <fahhem>2014-12-16 18:36:17 +0000
committerfahhem <fahhem>2014-12-16 18:36:17 +0000
commitdd1b6f69ae9cb79ae1553641f65d2c2197d1a16c (patch)
tree49e4bff802dd5672f97ee42f1db31b2c680f1aee
parentc1a622340037b27533085ece42478e85e2e7e395 (diff)
downloadpylint-fahhem/faq-typo-fix-minimum-vs-maximum-1418754998842.tar.gz
FAQ typo fix ("minimum" vs "maximum")fahhem/faq-typo-fix-minimum-vs-maximum-1418754998842
-rw-r--r--doc/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 96c9357..a42080e 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -248,7 +248,7 @@ lower bound on it. By default, the formula to calculate score is ::
10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
However, this option can be changed in the Pylint rc file. If having negative
-values really bugs you, you can set the formula to be the minimum of 0 and the
+values really bugs you, you can set the formula to be the maximum of 0 and the
above expression.