Update certbot/certbot/crypto_util.py

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

View file

@ -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: