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-27 16:59:26 +03:00 committed by GitHub
parent 5dc64c36e2
commit c70f4431de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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