summaryrefslogtreecommitdiff
path: root/doc/run.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/run.rst')
-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 \