We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2562e1e commit b794ef3Copy full SHA for b794ef3
pylint/extensions/docparams.py
@@ -682,7 +682,7 @@ def _add_raise_message(
682
)
683
684
def _is_shorter_than_min_length(self, node: nodes.FunctionDef) -> bool:
685
- """Returns true on functions smaller than 'docstring-min-length'
+ """Returns true on functions smaller than 'docstring-min-length'.
686
687
:param node: Node for a function or method definition in the AST
688
:type node: :class:`astroid.scoped_nodes.Function`
0 commit comments