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()