From b4b6d64ac6f15b3b7a759f0cf4c056d4bd05a2e2 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Sat, 17 Oct 2015 13:54:24 -0700 Subject: [PATCH] Removed lies about return value --- letsencrypt/crypto_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/crypto_util.py b/letsencrypt/crypto_util.py index 337bcd14c..f897ec852 100644 --- a/letsencrypt/crypto_util.py +++ b/letsencrypt/crypto_util.py @@ -310,7 +310,7 @@ def _notAfterBefore(cert_path, method): :param function method: one of ``OpenSSL.crypto.X509.get_notBefore`` or ``OpenSSL.crypto.X509.get_notAfter`` - :returns: the notBefore value from the cert at cert_path + :returns: the notBefore or notAfter value from the cert at cert_path :rtype: :class:`datetime.datetime` """