summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-05-02 21:23:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-05-02 21:23:28 -0400
commit275347991db0ae2b7cc69fac0b9d32dd622f0fc5 (patch)
tree169f983524a9694665ae387357a388ae24e68e6a
parent5bdf4f04ef9c422f4e5d021f6843de1db9b82413 (diff)
downloadpython-coveragepy-git-275347991db0ae2b7cc69fac0b9d32dd622f0fc5.tar.gz
Pylint fixed a typo, broke my rc...
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index f11174b4..7d018bc5 100644
--- a/pylintrc
+++ b/pylintrc
@@ -239,7 +239,7 @@ max-locals=50
max-returns=20
# Maximum number of branch for function / method body
-max-branchs=50
+max-branches=50
# Maximum number of statements in function / method body
max-statements=150