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 09:44:03 +03:00 committed by GitHub
parent e0ce3f9d6e
commit 1c122468c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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