Fixing parameter type for get_authorizations domains parameter

This commit is contained in:
TheNavigat
2016-02-05 18:57:52 +02:00
parent ed3978ec5c
commit acb4cbd432
+1 -1
View File
@@ -57,7 +57,7 @@ class AuthHandler(object):
def get_authorizations(self, domains, best_effort=False):
"""Retrieve all authorizations for challenges.
:param set domains: Domains for authorization
:param list domains: Domains for authorization
:param bool best_effort: Whether or not all authorizations are
required (this is useful in renewal)