mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
Simple doc fix in configurator
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user