mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
amend rtype
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user