diff options
author | Louis Maddox <louismmx@gmail.com> | 2021-07-23 21:53:46 +0100 |
---|---|---|
committer | Louis Maddox <louismmx@gmail.com> | 2021-07-23 21:53:46 +0100 |
commit | 10dba797f204bc00d1e170cf024b22bffe241f25 (patch) | |
tree | 1589920b65014e7e88327104cdd12153645fb9c1 /sphinx/application.py | |
parent | f89f787cc91552638026e82e472d2c3647a3f6ac (diff) | |
download | sphinx-git-10dba797f204bc00d1e170cf024b22bffe241f25.tar.gz |
Address flake8 errors in whitespace linting
Diffstat (limited to 'sphinx/application.py')
-rw-r--r-- | sphinx/application.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/application.py b/sphinx/application.py index 9fdc240de..b55eb76c1 100644 --- a/sphinx/application.py +++ b/sphinx/application.py @@ -608,9 +608,9 @@ class Sphinx: :param node: A node class :param figtype: The type of enumerable nodes. Each figtype has individual numbering sequences. As system figtypes, ``figure``, ``table`` and - ``code-block`` are defined. It is possible to add custom nodes to these - default figtypes. It is also possible to define new custom figtype if - a new figtype is given. + ``code-block`` are defined. It is possible to add custom nodes to + these default figtypes. It is also possible to define new custom + figtype if a new figtype is given. :param title_getter: A getter function to obtain the title of node. It takes an instance of the enumerable node, and it must return its title as string. The title is used to the default title of references for |