From d785f8c534cfa24cc26d45d9ed22e53f6ccc5777 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Tue, 4 Feb 2020 10:44:25 +0200 Subject: [PATCH] Update certbot/certbot/_internal/ocsp.py Co-Authored-By: Brad Warren --- certbot/certbot/_internal/ocsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/_internal/ocsp.py b/certbot/certbot/_internal/ocsp.py index c13ff9700..5bbff4490 100644 --- a/certbot/certbot/_internal/ocsp.py +++ b/certbot/certbot/_internal/ocsp.py @@ -105,7 +105,7 @@ class RevocationChecker(object): """ Reads OCSP response file and returns producedAt, thisUpdate and nextUpdate values in datetime format, or None if an error - occures. + occurs. :param str response_file: File path to OCSP response