summaryrefslogtreecommitdiff
path: root/doc/tutorial.rst
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2013-04-06 21:45:15 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2013-04-06 21:45:15 +0200
commit5e1d2bd49e611753ee4aaa445ed8e4d352e3448d (patch)
treead61cb6b5d21ff5b65acf10292d77f297cde4354 /doc/tutorial.rst
parentebc9bc293c9166fefcd1a2e8a16dd94524af71dc (diff)
downloadpylint-5e1d2bd49e611753ee4aaa445ed8e4d352e3448d.tar.gz
[doc] complete refactoring
Diffstat (limited to 'doc/tutorial.rst')
-rw-r--r--doc/tutorial.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index 0ffdeda..5561c50 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -351,7 +351,7 @@ Here is the updated code:
And here is what happens when we run it with our --disable=W0402 option:
-.. sourcecode:: python
+.. sourcecode:: bash
robertk01 Desktop$ pylint --reports=n --include-ids=y --disable=W0402 simplecaeser.py
No config file found, using default configuration
@@ -396,10 +396,10 @@ example but go ahead and `read up`_ on them if you want.
on the command line all the time. That's what the rc file is for. We can
configure our Pylint to store our options for us so we don't have to declare
them on the command line. Using the rc file is a nice way of formalizing your
- rules and quickly sharing them with others. Invoking 'pylint
- --generate-rcfile' will create a sample rcfile with all the options set and
+ rules and quickly sharing them with others. Invoking ``pylint
+ --generate-rcfile`` will create a sample rcfile with all the options set and
explained in comments.
-That's it for the basic intro. More tutorials will follow.
+That's it for the basic intro. More tutorials will follow.
.. _`read up`: http://docs.python.org/library/re.html