From 39ae9bdf43c27aaa16886bfd63db965415a4718c Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Mon, 19 Oct 2015 12:06:39 -0700 Subject: [PATCH] Document a somewhat cryptic function --- letsencrypt/cli.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 2883acd1c..dad486c2c 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -305,7 +305,12 @@ def _auth_from_domains(le_client, config, domains, plugins): return lineage def set_configurator(previously, now): - """Setting configurators multiple ways is okay, as long as they all agree""" + """ + Setting configurators multiple ways is okay, as long as they all agree + + :param string previously: previously identified request for the installer/authenticator + :param string requested: the request currently being processed + """ if now is None: # we're not actually setting anything return previously