From beb5db805b6d66344672dc484f7f503683bf677d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 4 Jan 2017 12:59:43 -0800 Subject: [PATCH] Fix docstring --- certbot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/main.py b/certbot/main.py index 7e2a999a4..91b860dbb 100644 --- a/certbot/main.py +++ b/certbot/main.py @@ -805,7 +805,7 @@ def set_displayer(config): zope.component.provideUtility(displayer) def _post_logging_setup(config, plugins, cli_args): - "Perform any setup or configuration tasks that require a logger." + """Perform any setup or configuration tasks that require a logger.""" # This needs logging, but would otherwise be in HelpfulArgumentParser if config.validate_hooks: