From ed2a34e8973ccbf0cd8ff91d3c0fb8daed5272f5 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 29 Jan 2017 12:58:14 +0000 Subject: [PATCH] hints.py: Fix incorrect documentation of min_args parameter Signed-off-by: Niels Thykier --- britney2/hints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney2/hints.py b/britney2/hints.py index cbe9a68..aa9a7e7 100644 --- a/britney2/hints.py +++ b/britney2/hints.py @@ -182,7 +182,7 @@ class HintParser(object): :param hint_name: The name of the hint :param parser_function: A function to add the hint - :param min_args: An optional positive integer (or 0) denoting the number of arguments the hint takes. + :param min_args: An optional positive integer (non-zero) denoting the number of arguments the hint takes. :param aliases: An optional iterable of aliases to the hint (use only for backwards compatibility) """ if min_args < 1: