summaryrefslogtreecommitdiff
path: root/doc/intro.rst
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-17 10:33:52 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-17 10:33:52 +0200
commit4a368bbc1c26254fb688966b1cda28471a57eb8c (patch)
treee7599b4673562c69daff53a26656d53acb7f395a /doc/intro.rst
parent5e1d2bd49e611753ee4aaa445ed8e4d352e3448d (diff)
downloadpylint-4a368bbc1c26254fb688966b1cda28471a57eb8c.tar.gz
[doc] redo some of my changes after rebasing nico's changes; rm former manual/quickstart
Diffstat (limited to 'doc/intro.rst')
-rw-r--r--doc/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index f825474..2b8b17c 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -48,7 +48,7 @@ shouldn't expect Pylint to be totally quiet about your code, so don't
necessarily be alarmed if it gives you a hell lot of messages for your project!
:Quoting Alexandre Fayolle:
- My usage pattern for Pylint is to generally run ``pylint -e`` quite often to
+ My usage pattern for Pylint is to generally run ``pylint -E`` quite often to
get stupid errors flagged before launching an application (or before
committing). I generally run Pylint with all the bells and whistles
activated some time before a release, when I want to cleanup the code.