mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
fix typo -- domains should be domain
This commit is contained in:
parent
b1826d657f
commit
72ca219097
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue