summaryrefslogtreecommitdiff
path: root/src/OpenSSL/crypto.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/OpenSSL/crypto.py')
-rw-r--r--src/OpenSSL/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py
index 2cb3cbd..964420c 100644
--- a/src/OpenSSL/crypto.py
+++ b/src/OpenSSL/crypto.py
@@ -1835,7 +1835,7 @@ class Revoked(object):
def get_reason(self):
"""
- Set the reason of this revocation.
+ Get the reason of this revocation.
:return: The reason, or :py:const:`None` if there is none.
:rtype: :py:class:`bytes` or :py:class:`NoneType`