From e4d4b0d5288519724e107053754d5627d58fb8db Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 23 Oct 2015 14:48:40 -0700 Subject: [PATCH] Quick doc fix --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 822f231ef..3bf5686fb 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -341,7 +341,7 @@ def diagnose_configurator_problem(cfg_type, requested, plugins): :param str cfg_type: either "installer" or "authenticator" :param str requested: the plugin that was requested - :param PluginRegistry plugins: available plugins + :param .PluginsRegistry plugins: available plugins :raises error.PluginSelectionError: if there was a problem """