From b9ec3155f765a6c14a45371614380b290c3ca7f6 Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Tue, 18 Apr 2023 08:14:11 +1000 Subject: [PATCH] amend rtype --- certbot/certbot/plugins/dns_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)