diff --git a/certbot-apache/certbot_apache/augeasparser.py b/certbot-apache/certbot_apache/augeasparser.py index 91ca6d466..6a33cd3ab 100644 --- a/certbot-apache/certbot_apache/augeasparser.py +++ b/certbot-apache/certbot_apache/augeasparser.py @@ -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