diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-03-13 13:15:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 13:15:46 +0100 |
commit | 663a2be7abd407fc680f426155ba26becaaa278d (patch) | |
tree | fe0b64a75fe24093b6f26018d82e5b5477a13d3c /pylint/extensions/_check_docs_utils.py | |
parent | 7981ec021b84c6f2b216202c1c028da4b0ee995b (diff) | |
download | pylint-git-663a2be7abd407fc680f426155ba26becaaa278d.tar.gz |
Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)
Diffstat (limited to 'pylint/extensions/_check_docs_utils.py')
-rw-r--r-- | pylint/extensions/_check_docs_utils.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pylint/extensions/_check_docs_utils.py b/pylint/extensions/_check_docs_utils.py index 70b312539..2e295ca11 100644 --- a/pylint/extensions/_check_docs_utils.py +++ b/pylint/extensions/_check_docs_utils.py @@ -400,7 +400,9 @@ class SphinxDocstring(Docstring): class EpytextDocstring(SphinxDocstring): - """Epytext is similar to Sphinx. See the docs: + """Epytext is similar to Sphinx. + + See the docs: http://epydoc.sourceforge.net/epytext.html http://epydoc.sourceforge.net/fields.html#fields |