Update certbot-apache/certbot_apache/interfaces.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Joona Hoikkala 2019-08-16 11:07:57 +03:00 committed by GitHub
parent 7c1d3d195f
commit e1aafe1816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
"""