summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-16 12:29:29 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-16 12:29:29 +0200
commite70ed97f95c92c7bd3a7b136bd1179a0b8ec7432 (patch)
tree08d2e61ceb35191e8be71999fab8f2a02d66e636
parent0c7661a036f6156ce6e3bba19a4c6006e8cfa002 (diff)
downloadpylint-e70ed97f95c92c7bd3a7b136bd1179a0b8ec7432.tar.gz
naming
-rw-r--r--doc/quickstart.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/quickstart.txt b/doc/quickstart.txt
index 5262f76..982f963 100644
--- a/doc/quickstart.txt
+++ b/doc/quickstart.txt
@@ -51,7 +51,7 @@ your ``PYTHONPATH``, since it is a common error to analyze an
installed version of a module instead of the development version.
It is also possible to analyze python files, with a few
-restrictions. The thing to keep in mind is that pylint will try to
+restrictions. The thing to keep in mind is that Pylint will try to
convert the file name to a module name, and only be able to process
the file if it succeeds. ::