From a4c074d5a2dbe49f52c131c33fea68f60fadef86 Mon Sep 17 00:00:00 2001 From: Dmitry Pribysh Date: Thu, 22 Oct 2015 15:19:04 +0300 Subject: Fix documentation build warnings and errors Errors fixed: - unqouted emphasis character usage (*) - missing list index Fixes #481. --- doc/run.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 \ -- cgit v1.2.1