mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Fix typo: damain -> domain (#5756)
Fix typo: damain -> domain in certbot/util.py:607
This commit is contained in:
parent
3077b51500
commit
41ed6367b4
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ def enforce_domain_sanity(domain):
|
|||
def is_wildcard_domain(domain):
|
||||
""""Is domain a wildcard domain?
|
||||
|
||||
:param damain: domain to check
|
||||
:param domain: domain to check
|
||||
:type domain: `bytes` or `str` or `unicode`
|
||||
|
||||
:returns: True if domain is a wildcard, otherwise, False
|
||||
|
|
|
|||
Loading…
Reference in a new issue