summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-04-22 07:53:42 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2016-04-22 07:53:42 -0400
commit80262fb5e43b16f4f49f763f42c5a4ced628cf19 (patch)
tree53167123d421ae8eea62d5efe4885147e266a079
parentefe3603a5ffa4cade2301447acecf72512b2c887 (diff)
downloadpyopenssl-80262fb5e43b16f4f49f763f42c5a4ced628cf19.tar.gz
Fixed a misleading typo in teh docs
-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`