summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-23 10:50:08 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-23 10:50:08 -0700
commit33fcf12342bf67f617951e98f153bfb99fe8a5b7 (patch)
tree5453f42709b6884631e7ee997a489f3247f405da
parenta367fe8f2ac42186d9a05f9aa12fed7434bfdb93 (diff)
downloadpyopenssl-33fcf12342bf67f617951e98f153bfb99fe8a5b7.tar.gz
Fix markup
Thanks, @hynek!
-rw-r--r--OpenSSL/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 75e3b42..3b8abeb 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1056,7 +1056,7 @@ class X509(object):
:param pkey: The public key.
:type pkey: :py:class:`PKey`
- :return: :py:data`None`
+ :return: :py:data:`None`
"""
if not isinstance(pkey, PKey):
raise TypeError("pkey must be a PKey instance")