mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
e0ce3f9d6e
commit
1c122468c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue