remove reference to continuity challenges

This commit is contained in:
Brad Warren
2016-03-01 15:24:43 -08:00
parent 02f548b14f
commit d10aa9faa3
+2 -2
View File
@@ -160,8 +160,8 @@ class Client(object):
:ivar .IConfig config: Client configuration.
:ivar .Account account: Account registered with `register`.
:ivar .AuthHandler auth_handler: Authorizations handler that will
dispatch DV and Continuity challenges to appropriate
authenticators (providing `.IAuthenticator` interface).
dispatch DV challenges to appropriate authenticators
(providing `.IAuthenticator` interface).
:ivar .IAuthenticator auth: Prepared (`.IAuthenticator.prepare`)
authenticator that can solve the `.constants.DV_CHALLENGES`.
:ivar .IInstaller installer: Installer.