mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -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
e1aafe1816
commit
06dc56f810
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ class DirectiveNode(ParserNode):
|
|||
name: str
|
||||
|
||||
# Tuple of parameters of this ParserNode object, excluding whitespaces.
|
||||
parameters: Tuple[str]
|
||||
parameters: Tuple[str, ...]
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue