From d10aa9faa365649531b01adc2e7698131b2f8750 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 1 Mar 2016 15:24:43 -0800 Subject: [PATCH] remove reference to continuity challenges --- letsencrypt/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt/client.py b/letsencrypt/client.py index 99f211beb..d0bdb1f85 100644 --- a/letsencrypt/client.py +++ b/letsencrypt/client.py @@ -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.