From dd1b6f69ae9cb79ae1553641f65d2c2197d1a16c Mon Sep 17 00:00:00 2001 From: fahhem Date: Tue, 16 Dec 2014 18:36:17 +0000 Subject: FAQ typo fix ("minimum" vs "maximum") --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1