Skip to content

Commit 2bd1c51

Browse files
Changed load_crl doc comment return to CRL (#1105)
1 parent f1d46d8 commit 2bd1c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenSSL/crypto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,7 @@ def load_crl(type, buffer):
30813081
:param type: The file type (one of FILETYPE_PEM, FILETYPE_ASN1)
30823082
:param buffer: The buffer the CRL is stored in
30833083
3084-
:return: The PKey object
3084+
:return: The CRL object
30853085
"""
30863086
if isinstance(buffer, str):
30873087
buffer = buffer.encode("ascii")

0 commit comments

Comments
 (0)