summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitry Pribysh <dmand@yandex.ru>2015-10-22 15:19:04 +0300
committerDmitry Pribysh <dmand@yandex.ru>2015-10-22 15:19:04 +0300
commita4c074d5a2dbe49f52c131c33fea68f60fadef86 (patch)
treea32d0c79ce261dea528d0e32f8cc06276c4d1a2e /doc
parent525a54d010f04157cb2d63768f9a1853783ffbf4 (diff)
downloadpylint-a4c074d5a2dbe49f52c131c33fea68f60fadef86.tar.gz
Fix documentation build warnings and errors
Errors fixed: - unqouted emphasis character usage (*) - missing list index Fixes #481.
Diffstat (limited to 'doc')
-rw-r--r--doc/run.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/run.rst b/doc/run.rst
index 68bc8fd..42f8831 100644
--- a/doc/run.rst
+++ b/doc/run.rst
@@ -95,7 +95,7 @@ command line using the ``--rcfile`` option. Otherwise, Pylint searches for a
configuration file in the following order and uses the first one it finds:
#. ``pylintrc`` in the current working directory
-# ``.pylintrc`` in the current working directory
+#. ``.pylintrc`` in the current working directory
#. If the current working directory is in a Python module, Pylint searches \
up the hierarchy of Python modules until it finds a ``pylintrc`` file. \
This allows you to specify coding standards on a module-by-module \