Small doc change and formatting

This commit is contained in:
James Kasten
2015-03-30 12:09:07 -07:00
parent da14e149b1
commit 8561de7e73
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -184,7 +184,8 @@ class ProofOfPossession(ClientChallenge):
"""Hints for "proofOfPossession" challenge.
:ivar jwk: JSON Web Key (:class:`letsencrypt.acme.jose.JWK`)
:ivar list certs: List of :class:`M2Crypto.X509.X509` certificates.
:ivar list certs: List of :class:`letsencrypt.acme.jose.ComparableX509`
certificates.
"""
jwk = jose.Field("jwk", decoder=jose.JWK.from_json)
@@ -581,8 +581,7 @@ class GenChallengePathTest(unittest.TestCase):
combos = ((0, 1),)
self.assertRaises(errors.LetsEncryptAuthHandlerError,
self._call,
challs, prefs, combos)
self._call, challs, prefs, combos)
class MutuallyExclusiveTest(unittest.TestCase):