diff --git a/certbot/certbot/plugins/dns_common.py b/certbot/certbot/plugins/dns_common.py index 85ef8cabb..128024bec 100644 --- a/certbot/certbot/plugins/dns_common.py +++ b/certbot/certbot/plugins/dns_common.py @@ -316,8 +316,8 @@ class CredentialsConfiguration: """Find a configuration value for variable `var`, as transformed by `mapper`. :param str var: The variable to get. - :returns: The value of the variable. - :rtype: str + :returns: The value of the variable, if it exists. + :rtype: str or None """ return self._get(var)