mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
make docstring more explicit
This commit is contained in:
parent
4814f04330
commit
17d54a5f6a
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,9 @@ class AuthHandler(object):
|
|||
and values are :class:`acme.messages.AuthorizationResource`
|
||||
:ivar list achalls: DV challenges in the form of
|
||||
:class:`certbot.achallenges.AnnotatedChallenge`
|
||||
:ivar list pref_challs: A list of user specified preferred challenges
|
||||
:ivar list pref_challs: sorted user specified preferred challenges
|
||||
in the form of subclasses of :class:`acme.challenges.Challenge`
|
||||
with the most preferred challenge listed first
|
||||
|
||||
"""
|
||||
def __init__(self, auth, acme, account, pref_challs):
|
||||
|
|
|
|||
Loading…
Reference in a new issue