From ca28bae1a4f3cc201e6e637af879c5a50d7ac32b Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Tue, 27 Aug 2019 16:51:19 +0300 Subject: [PATCH] Update certbot-apache/certbot_apache/parsernode_util.py Co-Authored-By: Brad Warren --- certbot-apache/certbot_apache/parsernode_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/parsernode_util.py b/certbot-apache/certbot_apache/parsernode_util.py index fecc635ce..0211232a7 100644 --- a/certbot-apache/certbot_apache/parsernode_util.py +++ b/certbot-apache/certbot_apache/parsernode_util.py @@ -43,7 +43,7 @@ def commentnode_kwargs(kwargs): :param dict kwargs: Keyword argument dictionary to validate. - :returns: Tuple of validated and prepared arguments and the remaining kwargs. + :returns: Tuple of validated and prepared arguments and ParserNode kwargs. """ kwargs.setdefault("dirty", False) kwargs = validate_kwargs(kwargs, ["ancestor", "dirty", "filepath", "comment"])