From 06dc56f810682db5191ca41f9d96286910dfef46 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Fri, 16 Aug 2019 11:08:08 +0300 Subject: [PATCH] Update certbot-apache/certbot_apache/interfaces.py Co-Authored-By: Brad Warren --- certbot-apache/certbot_apache/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/interfaces.py b/certbot-apache/certbot_apache/interfaces.py index d815826b1..d04e13035 100644 --- a/certbot-apache/certbot_apache/interfaces.py +++ b/certbot-apache/certbot_apache/interfaces.py @@ -183,7 +183,7 @@ class DirectiveNode(ParserNode): name: str # Tuple of parameters of this ParserNode object, excluding whitespaces. - parameters: Tuple[str] + parameters: Tuple[str, ...] """