Update certbot/certbot/plugins/enhancements.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Joona Hoikkala 2020-02-04 21:57:56 +02:00 committed by GitHub
parent d7778b0f5e
commit 719142e28d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,7 +201,7 @@ class OCSPPrefetchEnhancement(object):
:param lineage: Certificate lineage object
:type lineage: certbot.storage.RenewableCert
:param domains: List of domains in certificate to enhance
:type domains: str
:type domains: `list` of `str`
"""