mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Update certbot-apache/certbot_apache/augeasparser.py
Co-Authored-By: ohemorange <ebportnoy@gmail.com>
This commit is contained in:
parent
07e2312cda
commit
3cd35bb5d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue