commit | 33fcf12342bf67f617951e98f153bfb99fe8a5b7 | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.io> | Thu Apr 23 10:50:08 2015 -0700 |
committer | Laurens Van Houtven <_@lvh.io> | Thu Apr 23 10:50:08 2015 -0700 |
tree | 5453f42709b6884631e7ee997a489f3247f405da | |
parent | a367fe8f2ac42186d9a05f9aa12fed7434bfdb93 [diff] [blame] |
Fix markup Thanks, @hynek!
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 @@ :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")