mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -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
448be77d50
commit
6036e106d9
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ class ParserNode(object):
|
|||
|
||||
:param dirty: Boolean flag for denoting if this CommentNode has been
|
||||
created or changed after the last save. Default: False.
|
||||
:type dirty: bool or None
|
||||
:type dirty: bool
|
||||
"""
|
||||
|
||||
@abc.abstractmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue