diff options
Diffstat (limited to 'pylint/extensions/_check_docs_utils.py')
-rw-r--r-- | pylint/extensions/_check_docs_utils.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pylint/extensions/_check_docs_utils.py b/pylint/extensions/_check_docs_utils.py index 611a04aa2..2ff86b00b 100644 --- a/pylint/extensions/_check_docs_utils.py +++ b/pylint/extensions/_check_docs_utils.py @@ -121,8 +121,7 @@ def _split_multiple_exc_types(target: str) -> List[str]: def possible_exc_types(node: nodes.NodeNG) -> Set[nodes.ClassDef]: - """ - Gets all the possible raised exception types for the given raise node. + """Gets all the possible raised exception types for the given raise node. .. note:: @@ -401,8 +400,7 @@ 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 |