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:
Diffstat (limited to 'certbot-apache/certbot_apache/interfaces.py')
-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