summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWieland Hoffmann <mineo@users.noreply.github.com>2018-08-13 20:54:19 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-08-15 07:48:00 -0400
commitfd786ca1b81e2de9b05d3a6d8221bd08217ce310 (patch)
tree178f0aefd33e67ad3bd83fb951694e987cf4d207
parenta4c8aa5a49b6ff0700144fe4bf1672f39dade1c7 (diff)
downloadpylint-git-fd786ca1b81e2de9b05d3a6d8221bd08217ce310.tar.gz
Fix the "Multiple naming styles for custom regular expressions" section marker
-rw-r--r--doc/user_guide/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user_guide/options.rst b/doc/user_guide/options.rst
index 2d459171c..dc464812a 100644
--- a/doc/user_guide/options.rst
+++ b/doc/user_guide/options.rst
@@ -113,7 +113,7 @@ expression will lead to an instance of ``invalid-name``.
.. option:: --inlinevar-rgx=<regex>
Multiple naming styles for custom regular expressions
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Large code bases that have been worked on for multiple years often exhibit an
evolution in style as well. In some cases, modules can be in the same package,