From e1aafe1816630fddc9aec1f66ae2dccbcbad3857 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Fri, 16 Aug 2019 11:07:57 +0300 Subject: [PATCH] Update certbot-apache/certbot_apache/interfaces.py Co-Authored-By: Brad Warren --- certbot-apache/certbot_apache/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/interfaces.py b/certbot-apache/certbot_apache/interfaces.py index 182252d82..d815826b1 100644 --- a/certbot-apache/certbot_apache/interfaces.py +++ b/certbot-apache/certbot_apache/interfaces.py @@ -159,7 +159,7 @@ class CommentNode(ParserNode): CommentNode objects should have the following attributes: # Contains the contents of the comment without the directive notation - # (typically # or /* ... */ + # (typically # or /* ... */). comment: str """