Skip to content

Commit

Permalink
Update src/OpenSSL/crypto.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
  • Loading branch information
davidben and alex committed Dec 16, 2022
1 parent fa495a9 commit 22e7a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSSL/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 22e7a55

Please sign in to comment.