Simple doc fix in configurator

This commit is contained in:
Jakub Warmuz
2014-11-23 19:55:32 +01:00
parent c3897466b7
commit ab183511b7
+3 -1
View File
@@ -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()