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-30 23:18:11 +03:00 committed by GitHub
parent 448be77d50
commit 6036e106d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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