mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Fix docs build errors
This commit is contained in:
parent
edce44024b
commit
00af984bac
1 changed files with 3 additions and 2 deletions
|
|
@ -30,9 +30,10 @@ class IAuthenticator(zope.interface.Interface):
|
|||
|
||||
:param list chall_list: List of namedtuple types defined in
|
||||
:mod:`letsencrypt.client.challenge_util` (``DvsniChall``, etc.).
|
||||
|
||||
- chall_list will never be empty
|
||||
- chall_list will only contain types found within
|
||||
:func:`get_chall_pref`
|
||||
:func:`get_chall_pref`
|
||||
|
||||
:returns: ACME Challenge responses or if it cannot be completed then:
|
||||
|
||||
|
|
@ -52,7 +53,7 @@ class IAuthenticator(zope.interface.Interface):
|
|||
:mod:`letsencrypt.client.challenge_util` (``DvsniChall``, etc.)
|
||||
|
||||
- Only challenges given previously in the perform function will be
|
||||
found in chall_list.
|
||||
found in chall_list.
|
||||
- chall_list will never be empty
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue