summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")