From 719142e28d2b37be04edb68510234ae6d211df16 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Tue, 4 Feb 2020 21:57:56 +0200 Subject: [PATCH] Update certbot/certbot/plugins/enhancements.py Co-Authored-By: Brad Warren --- certbot/certbot/plugins/enhancements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/plugins/enhancements.py b/certbot/certbot/plugins/enhancements.py index 3b85813b6..a532b06d5 100644 --- a/certbot/certbot/plugins/enhancements.py +++ b/certbot/certbot/plugins/enhancements.py @@ -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` """