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
5dc64c36e2
commit
c70f4431de
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class DirectiveNode(ParserNode):
|
|||
:param name: Name or key of the DirectiveNode object.
|
||||
:param tuple parameters: Tuple of str parameters for this DirectiveNode.
|
||||
:param ancestor: BlockNode ancestor for this DirectiveNode, or None for
|
||||
root configuratio node.
|
||||
root configuration node.
|
||||
:param filepath: Filesystem path for the file where this DirectiveNode
|
||||
does or should exist in the filesystem, or None for directives introduced
|
||||
in the httpd command line.
|
||||
|
|
|
|||
Loading…
Reference in a new issue