summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-08-22 20:13:04 +0000
committerAnthony Sottile <asottile@umich.edu>2020-08-22 20:13:04 +0000
commite8afdffc8a8ed0df1215dc69fa260615f6743445 (patch)
tree6bb9eaa35029da58c3ed05b60515742a15defb51 /docs/source
parent2200c1a82c2854a33f2c162c4c1ad942fb3a5d77 (diff)
parent9e41e136279db4362535b7eba514820ca4137474 (diff)
downloadflake8-e8afdffc8a8ed0df1215dc69fa260615f6743445.tar.gz
Merge branch 'fix_link' into 'master'
fix link in configuration docs See merge request pycqa/flake8!447
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/user/configuration.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/source/user/configuration.rst b/docs/source/user/configuration.rst
index 4c53877..31a3e1e 100644
--- a/docs/source/user/configuration.rst
+++ b/docs/source/user/configuration.rst
@@ -164,7 +164,10 @@ This allows us to add comments for why we're excluding items, e.g.
.. note::
- Following the recommended settings for `Python's ``configparser`` <https://docs.python.org/3/library/configparser.html#customizing-parser-behaviour>`__, |Flake8| does not support inline comments for any of the keys. So while this is fine:
+ Following the recommended settings for
+ `Python's configparser <https://docs.python.org/3/library/configparser.html#customizing-parser-behaviour>`_,
+ |Flake8| does not support inline comments for any of the keys. So while
+ this is fine:
.. code-block:: ini