commit | 80262fb5e43b16f4f49f763f42c5a4ced628cf19 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Apr 22 07:53:42 2016 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Apr 22 07:53:42 2016 -0400 |
tree | 53167123d421ae8eea62d5efe4885147e266a079 | |
parent | efe3603a5ffa4cade2301447acecf72512b2c887 [diff] [blame] |
Fixed a misleading typo in teh docs
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 @@ 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`