diff options
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 |
