diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 15:15:26 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 15:15:26 +0100 |
commit | 43e8f817074a0e2e865f4a061ba3956313ebe8e5 (patch) | |
tree | 75b8e46b8ecb0eda33e42eb5ad13167119990f7b /config.py | |
parent | 2269b04a72bab0e1d0a5e290a4facf5636509281 (diff) | |
download | pylint-43e8f817074a0e2e865f4a061ba3956313ebe8e5.tar.gz |
include Dotan Barak spell fixes patch
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ found, it defaults to ~/.pylint.d/ or .pylint.d (in the current working directory) . The current PYLINTHOME is %(PYLINT_HOME)s. * PYLINTRC path to the configuration file. If not found, it will use the first -existant file in ~/.pylintrc, /etc/pylintrc. The current PYLINTRC is +existent file in ~/.pylintrc, /etc/pylintrc. The current PYLINTRC is %(PYLINTRC)s. ''' % globals() |