summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Forte <fortemarco.irl@gmail.com>2014-08-14 14:13:46 +0000
committerMarco Forte <fortemarco.irl@gmail.com>2014-08-14 14:13:46 +0000
commit661eb896e31f6ac4c1ff26858daaf3ee59d7013c (patch)
treef3fe89f66ff06f0bdff1eeaad0ab4326509c2378 /doc
parent2cc172844e311f820c4582232d0cd0c3c9366c9b (diff)
downloadpylint-661eb896e31f6ac4c1ff26858daaf3ee59d7013c.tar.gz
tiny typo fix
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index 56115c7..10862a8 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -62,7 +62,7 @@ On Windows, once you have installed Pylint, the command line usage is ::
pylint.bat [options] module_or_package
But this will only work if *pylint.bat* is either in the current
-directory, or on your system path. (*setup.py* install install *python.bat*
+directory, or on your system path. (*setup.py* will install *python.bat*
to the *Scripts* subdirectory of your Python installation -- e.g.
C:\Python24\Scripts.) You can do any of the following to solve this: