commit | a367fe8f2ac42186d9a05f9aa12fed7434bfdb93 | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.io> | Thu Apr 23 10:49:12 2015 -0700 |
committer | Laurens Van Houtven <_@lvh.io> | Thu Apr 23 10:49:12 2015 -0700 |
tree | 79ed8a2a6b904b55823da55d0374bcb45771ba25 | |
parent | 6f2e426201f223b0178d966c340a5127bf36ab3c [diff] [blame] |
Fix markup Thanks, @hynek!
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 @@ :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")