mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
7c1d3d195f
commit
e1aafe1816
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue