From 3cd35bb5d55381779e32e28a57fdc33624e83207 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Tue, 19 Nov 2019 17:42:01 +0200 Subject: [PATCH] Update certbot-apache/certbot_apache/augeasparser.py Co-Authored-By: ohemorange --- certbot-apache/certbot_apache/augeasparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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