From ab183511b70a5b54fa742a3c2b042a2897fdee53 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 23 Nov 2014 19:55:32 +0100 Subject: [PATCH] Simple doc fix in configurator --- letsencrypt/client/configurator.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/letsencrypt/client/configurator.py b/letsencrypt/client/configurator.py index 7bce85ea5..30972c0e8 100644 --- a/letsencrypt/client/configurator.py +++ b/letsencrypt/client/configurator.py @@ -36,7 +36,9 @@ class Configurator(object): def get_all_certs_keys(self): """Retrieve all certs and keys set in configuration. - returns: list of tuples with form [(cert, key, path)] + :returns: List of tuples with form [(cert, key, path)]. + :rtype: list + """ raise NotImplementedError()