Skip to content

Commit b794ef3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2562e1e commit b794ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/extensions/docparams.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ def _add_raise_message(
682682
)
683683

684684
def _is_shorter_than_min_length(self, node: nodes.FunctionDef) -> bool:
685-
"""Returns true on functions smaller than 'docstring-min-length'
685+
"""Returns true on functions smaller than 'docstring-min-length'.
686686
687687
:param node: Node for a function or method definition in the AST
688688
:type node: :class:`astroid.scoped_nodes.Function`

0 commit comments

Comments
 (0)