mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Removed lies about return value
This commit is contained in:
parent
2adcce6b3d
commit
b4b6d64ac6
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue