diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py index 5943bcb6e..a7c214080 100644 --- a/src/OpenSSL/crypto.py +++ b/src/OpenSSL/crypto.py @@ -179,7 +179,7 @@ def _set_asn1_time(boundary: Any, when: bytes) -> None: def _new_asn1_time(when: bytes) -> Any: """ - Behaves like _set_asn1_time bit returns a new ASN1_TIME object. + Behaves like _set_asn1_time but returns a new ASN1_TIME object. @param when: A string representation of the desired time value.