From 96d31aea008bfc0f41edd4ef3fda3f02610a5ceb Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 2 Dec 2015 13:09:22 -0800 Subject: [PATCH] Correctly document _suggest_donate --- letsencrypt/cli.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 2b3401c19..3295e7831 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -305,12 +305,7 @@ def _report_new_cert(cert_path, fullchain_path): reporter_util.add_message(msg, reporter_util.MEDIUM_PRIORITY) def _suggest_donate(): - """Reports the creation of a new certificate to the user. - - :param str cert_path: path to cert - :param str fullchain_path: path to full chain - - """ + "Suggest a donation to support Let's Encrypt" reporter_util = zope.component.getUtility(interfaces.IReporter) msg = ("If like Let's Encrypt, please consider supporting our work by:\n\n" "Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate\n"