mirror of
https://github.com/certbot/certbot.git
synced 2026-03-01 21:00:31 -05:00
Updating perform method documentation in interfaces.py
This commit is contained in:
parent
f3894fb9e9
commit
4bbea4e30b
1 changed files with 3 additions and 1 deletions
|
|
@ -169,7 +169,9 @@ class IAuthenticator(IPlugin):
|
|||
Authenticator will never be able to perform (error).
|
||||
|
||||
:rtype: :class:`list` of
|
||||
:class:`acme.challenges.ChallengeResponse`
|
||||
:class:`acme.challenges.ChallengeResponse`,
|
||||
where responses are required to be returned in
|
||||
the same order as corresponding input challenges
|
||||
|
||||
:raises .PluginError: If challenges cannot be performed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue