From d7778b0f5e240fcb48bf3ed1b8241ccdc098782d Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Tue, 4 Feb 2020 21:56:42 +0200 Subject: [PATCH] Update certbot/certbot/crypto_util.py Co-Authored-By: Brad Warren --- certbot/certbot/crypto_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/crypto_util.py b/certbot/certbot/crypto_util.py index c0dd46067..bb3053df1 100644 --- a/certbot/certbot/crypto_util.py +++ b/certbot/certbot/crypto_util.py @@ -228,7 +228,7 @@ def load_cert(cert_path): :param str cert_path: Path to the certificate - :rtype `cryptography.x509`: + :rtype: `cryptography.x509.Certificate` :returns: x509 certificate object """ with open(cert_path, 'rb') as fh: