summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-24 21:30:04 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-24 21:30:04 -0500
commit2b369aa719d2a4b4e755c9030f1d0cc1dfeeeacb (patch)
tree361d0a995b5360a0170aff07cc87aa5afbc7562a /doc
parent8fa9db9f86de0b7cbce45e0a5fe87e38e47212b7 (diff)
parentb3ccb75241566c1e1a814ae99a84637fd0ac2b44 (diff)
downloadpython-coveragepy-git-2b369aa719d2a4b4e755c9030f1d0cc1dfeeeacb.tar.gz
Merged pull request 42, fixing issue #328.
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 88c99a99..8e1fd723 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -129,7 +129,7 @@ I try to keep the coverage.py as clean as possible. I use pylint to alert me
to possible problems::
$ make lint
- pylint --rcfile=.pylintrc coverage setup.py tests
+ pylint coverage setup.py tests
python -m tabnanny coverage setup.py tests
python igor.py check_eol