Update certbot-apache/certbot_apache/interfaces.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Joona Hoikkala 2019-08-16 11:08:08 +03:00 committed by GitHub
parent e1aafe1816
commit 06dc56f810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,7 @@ class DirectiveNode(ParserNode):
name: str
# Tuple of parameters of this ParserNode object, excluding whitespaces.
parameters: Tuple[str]
parameters: Tuple[str, ...]
"""