summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-08-14 20:00:25 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2014-08-14 20:00:25 +0300
commit5550b7e0257017b375f9a3cfad68f9cb2ad435a2 (patch)
tree12f6ae40f3c3f7875bc54af02c42491b627d6c59 /doc
parentb8af191734554a61bf675d9b726a099b5264e45f (diff)
parentdf4f47dcd7c5a6251c77e1a2ab7f48e6f35188cf (diff)
downloadpylint-5550b7e0257017b375f9a3cfad68f9cb2ad435a2.tar.gz
Merged in marcoyolos/pylint (pull request #160)
Single typo in docs fixed
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: