Update certbot-apache/certbot_apache/augeasparser.py

Co-Authored-By: ohemorange <ebportnoy@gmail.com>
This commit is contained in:
Joona Hoikkala 2019-11-19 17:42:01 +02:00 committed by GitHub
parent 07e2312cda
commit 3cd35bb5d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ class AugeasParserNode(interfaces.ParserNode):
def find_ancestors(self, name):
"""
Searches ancestor BlockNodes with a given name.
Searches for ancestor BlockNodes with a given name.
:param str name: Name of the BlockNode parent to search for