From e6289afd0456c4cfb0a00b1b2c4563c7e018d851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9nault?= Date: Tue, 16 Apr 2013 12:29:29 +0200 Subject: [PATCH] naming --- doc/quickstart.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ::