From a367fe8f2ac42186d9a05f9aa12fed7434bfdb93 Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.io> Date: Thu, 23 Apr 2015 10:49:12 -0700 Subject: Fix markup Thanks, @hynek! --- OpenSSL/crypto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.1