summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-23 10:49:12 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-23 10:49:12 -0700
commita367fe8f2ac42186d9a05f9aa12fed7434bfdb93 (patch)
tree79ed8a2a6b904b55823da55d0374bcb45771ba25
parent6f2e426201f223b0178d966c340a5127bf36ab3c (diff)
downloadpyopenssl-a367fe8f2ac42186d9a05f9aa12fed7434bfdb93.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 60c34ce..75e3b42 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1076,7 +1076,7 @@ class X509(object):
:param digest: The name of the message digest to use.
:type digest: :py:class:`bytes`
- :return: :py:data`None`
+ :return: :py:data:`None`
"""
if not isinstance(pkey, PKey):
raise TypeError("pkey must be a PKey instance")