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
commite6289afd0456c4cfb0a00b1b2c4563c7e018d851 (patch)
tree5e45ddad55b972699f37e92b9da90d5e9af99757
parentd9a0c897d83610039f5b413e184785e08ba787df (diff)
downloadpylint-git-e6289afd0456c4cfb0a00b1b2c4563c7e018d851.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 5262f76c9..982f963dc 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. ::