mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
make docstring more explicit
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user