From 72ca219097b3ac13af154d8f9487dda4e22bd6a3 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 16 Sep 2016 15:05:39 -0700 Subject: [PATCH] fix typo -- domains should be domain --- certbot/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/util.py b/certbot/util.py index e78ae664c..324c0b26a 100644 --- a/certbot/util.py +++ b/certbot/util.py @@ -395,7 +395,7 @@ def enforce_domain_sanity(domain): the requirements are not met. :param domain: Domain to check - :type domains: `str` or `unicode` + :type domain: `str` or `unicode` :raises ConfigurationError: for invalid domains and cases where Let's Encrypt currently will not issue certificates