Fix docs build errors

This commit is contained in:
Jakub Warmuz 2015-02-24 16:17:25 +00:00
parent edce44024b
commit 00af984bac
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -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
"""