mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
amend rtype
This commit is contained in:
parent
ef5f4cae04
commit
b9ec3155f7
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue