diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-25 12:52:52 +0200 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-25 12:52:52 +0200 |
commit | ffbfd497621c7f5f461ab00ebb70021370901f3c (patch) | |
tree | 5a1cb548552ce34d31ced4af930be305639ac114 | |
parent | 5e3c3acdca5fc311b195b9a5e4b15a336b919819 (diff) | |
download | pylint-ffbfd497621c7f5f461ab00ebb70021370901f3c.tar.gz |
Drop a misleading line from documentation. Closes issue #337.
-rw-r--r-- | doc/run.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/run.rst b/doc/run.rst index 7b95448..85db098 100644 --- a/doc/run.rst +++ b/doc/run.rst @@ -106,7 +106,6 @@ configuration file in the following order and uses the first one it finds: #. ``.pylintrc`` in your home directory #. ``.config/pylintrc`` in your home directory - else, ``.pylintrc`` in the current working directory #. ``/etc/pylintrc`` The ``--generate-rcfile`` option will generate a commented configuration file |