diff --git a/certbot-apache/certbot_apache/interfaces.py b/certbot-apache/certbot_apache/interfaces.py index 9d5437152..a8cab02aa 100644 --- a/certbot-apache/certbot_apache/interfaces.py +++ b/certbot-apache/certbot_apache/interfaces.py @@ -256,7 +256,7 @@ class BlockNode(ParserNode): # Tuple of ParserNode objects that are the children for this node. The order # of the children is the same s that of the parsed configuration block. - children: Tuple[ParserNode] + children: Tuple[ParserNode, ...] """ @abc.abstractmethod