Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joohoi@users.noreply.github.com>2019-08-30 23:18:11 +0300
committerGitHub <noreply@github.com>2019-08-30 23:18:11 +0300
commit6036e106d9f28885614b2d4afe4d28daef226993 (patch)
tree16f90ec06e1ed7f161e61968a20ead864f7d6277
parent448be77d507c66a21496ec03e649c2de305b0a4b (diff)
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
-rw-r--r--certbot-apache/certbot_apache/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-apache/certbot_apache/interfaces.py b/certbot-apache/certbot_apache/interfaces.py
index 26bf75bb3..97c2e8133 100644
--- a/certbot-apache/certbot_apache/interfaces.py
+++ b/certbot-apache/certbot_apache/interfaces.py
@@ -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