diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-08-22 13:09:16 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-08-22 13:09:16 -0700 |
| commit | 9e41e136279db4362535b7eba514820ca4137474 (patch) | |
| tree | 6bb9eaa35029da58c3ed05b60515742a15defb51 /docs/source | |
| parent | 2200c1a82c2854a33f2c162c4c1ad942fb3a5d77 (diff) | |
| download | flake8-9e41e136279db4362535b7eba514820ca4137474.tar.gz | |
fix link in configuration docs
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/user/configuration.rst | 5 |
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 |
