From 72fcee42649f643fa9486a41524d92f339359e82 Mon Sep 17 00:00:00 2001 From: sagi Date: Mon, 23 Nov 2015 23:58:58 +0000 Subject: [PATCH] change Error to PluginError in comment --- letsencrypt/client.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/letsencrypt/client.py b/letsencrypt/client.py index e229d3c8d..e1b0c4b84 100644 --- a/letsencrypt/client.py +++ b/letsencrypt/client.py @@ -442,8 +442,9 @@ class Client(object): :param options: options to enhancement, e.g. Strict-Transport-Security :type str - :raises .errors.Error: if no installer is specified in the - client. + :raises .errors.PluginError: If Enhancement is not supported, or if + there is any other problem with the enhancement. + """ msg = ("We were unable to set up enhancement %s for your server, "